summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs/xargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xargs/xargs.c')
-rw-r--r--usr.bin/xargs/xargs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 7011810..d102ce6 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -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));
OpenPOWER on IntegriCloud