diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:54:14 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:54:14 +0000 |
commit | 203a6449791d2575c6907c04f808349d190d4d9a (patch) | |
tree | 5d0a3c6dd836a881a1f39f4b7feac7fe52fc2c67 /Src | |
parent | d8ac1ebc18d7dc64fdd3751ea548996d2c64c5ee (diff) | |
download | zsh-203a6449791d2575c6907c04f808349d190d4d9a.tar.gz zsh-203a6449791d2575c6907c04f808349d190d4d9a.tar.xz zsh-203a6449791d2575c6907c04f808349d190d4d9a.zip |
zsh-workers/9495
Diffstat (limited to 'Src')
-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 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 && |