xargs: Remove an unclear comment that only tried to repeat what the code did
Reported by: bde
This commit is contained in:
parent
607716a6c6
commit
838f85316a
@ -604,10 +604,6 @@ waitchildren(const char *name, int waitall)
|
||||
errno = childerr;
|
||||
err(errno == ENOENT ? 127 : 126, "%s", name);
|
||||
}
|
||||
/*
|
||||
* If utility signaled or exited with a value of 255,
|
||||
* exit 1-125.
|
||||
*/
|
||||
if (WIFSIGNALED(status))
|
||||
errx(1, "%s: terminated with signal %d; aborting",
|
||||
name, WTERMSIG(status));
|
||||
|
Loading…
Reference in New Issue
Block a user