xargs: fix exit code when using -P
currently when xargs runs in parallel mode (e.g. -P2), it somtimes
incorrectly returns zero exit code. this commit fix it and also adds
tests.
Reviewed by: mjg
PR: 267110
xargs: fix exit code when using -P Tags None Referenced Files None Subscribers None
Description
Details
|