users/3358: Zero shout when closing SHTTY in subshells.

This commit is contained in:
Bart Schaefer 2000-08-08 02:38:35 +00:00
parent a021f6329b
commit 72f4ec6b76
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2000-08-07 Peter Stephenson <pws@csr.com>
* 12555: Fix static linking on cygwin.
2000-08-07 Bart Schaefer <schaefer@zsh.org>
* users/3358: Zero shout when closing SHTTY in subshells.
2000-08-05 Bart Schaefer <schaefer@zsh.org>
* unposted (Wayne, 12549): Src/system.h: Missing paren.

View file

@ -2503,6 +2503,7 @@ entersubsh(int how, int cl, int fake)
if (!fake)
subsh = 1;
if (SHTTY != -1) {
shout = NULL;
zclose(SHTTY);
SHTTY = -1;
}