mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
Fixes: bash -c 'parallel -a <(seq 1 3) echo'
This commit is contained in:
parent
a0f4c5e4d9
commit
d32787376a
|
@ -3141,6 +3141,8 @@ sub Reaper {
|
||||||
# This is one of the ssh -M: ignore
|
# This is one of the ssh -M: ignore
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
# Ignore processes that we did not start
|
||||||
|
$Global::running{$stiff} or next;
|
||||||
$Global::running{$stiff}{'exitstatus'} = $? >> 8;
|
$Global::running{$stiff}{'exitstatus'} = $? >> 8;
|
||||||
debug("died ($Global::running{$stiff}{'exitstatus'}): $Global::running{$stiff}{'seq'}");
|
debug("died ($Global::running{$stiff}{'exitstatus'}): $Global::running{$stiff}{'seq'}");
|
||||||
# Force printing now if the job failed and we are going to exit
|
# Force printing now if the job failed and we are going to exit
|
||||||
|
|
Loading…
Reference in a new issue