From 203a6449791d2575c6907c04f808349d190d4d9a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 31 Jan 2000 11:54:14 +0000 Subject: zsh-workers/9495 --- Src/exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 1d05ef62d..e504554e5 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -983,6 +983,7 @@ execpline(Estate state, wordcode slcode, int how, int last1) if (!(jn->stat & STAT_LOCKED)) { child_unblock(); waitjobs(); + child_block(); } if (list_pipe_child && jn->stat & STAT_DONE && -- cgit 1.4.1