diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:06:22 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:06:22 +0000 |
commit | 8c25535f6fe60b6d60d4885e450c48fcb062260a (patch) | |
tree | a83509c6634ab3a41e175456048f7942f26d95a9 /Src | |
parent | 059a529e9cdc778222868a0865b4d75070ac4a43 (diff) | |
download | zsh-8c25535f6fe60b6d60d4885e450c48fcb062260a.tar.gz zsh-8c25535f6fe60b6d60d4885e450c48fcb062260a.tar.xz zsh-8c25535f6fe60b6d60d4885e450c48fcb062260a.zip |
zsh-workers/9488
Diffstat (limited to 'Src')
-rw-r--r-- | Src/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index 4c9c291c4..1d05ef62d 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -982,7 +982,6 @@ execpline(Estate state, wordcode slcode, int how, int last1) } if (!(jn->stat & STAT_LOCKED)) { child_unblock(); - child_block(); waitjobs(); } if (list_pipe_child && |