diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/exec.c b/Src/exec.c index c9a82f413..cec096d25 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2503,6 +2503,7 @@ entersubsh(int how, int cl, int fake) if (!fake) subsh = 1; if (SHTTY != -1) { + shout = NULL; zclose(SHTTY); SHTTY = -1; } |