about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:54:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:54:14 +0000
commit203a6449791d2575c6907c04f808349d190d4d9a (patch)
tree5d0a3c6dd836a881a1f39f4b7feac7fe52fc2c67 /Src/exec.c
parentd8ac1ebc18d7dc64fdd3751ea548996d2c64c5ee (diff)
downloadzsh-203a6449791d2575c6907c04f808349d190d4d9a.tar.gz
zsh-203a6449791d2575c6907c04f808349d190d4d9a.tar.xz
zsh-203a6449791d2575c6907c04f808349d190d4d9a.zip
zsh-workers/9495
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c1
1 files changed, 1 insertions, 0 deletions
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 &&