From 72f4ec6b76ae0a5fdb10483a1c51cc60e0c93782 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 8 Aug 2000 02:38:35 +0000 Subject: users/3358: Zero shout when closing SHTTY in subshells. --- Src/exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') 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; } -- cgit 1.4.1