]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xargs: If a utility exits with 255 or a signal, write an error message.
authorjilles <jilles@FreeBSD.org>
Fri, 24 Feb 2012 12:35:17 +0000 (12:35 +0000)
committerjilles <jilles@FreeBSD.org>
Fri, 24 Feb 2012 12:35:17 +0000 (12:35 +0000)
commit64aff966136992a8069899b16557c1c2c14f3762
treeecac441a221214d268993d6b61b1e7e6f9157c0e
parentfc004c627e517f3c1c39fe9cb02977e71f5cb0f9
xargs: If a utility exits with 255 or a signal, write an error message.

If a utility called by xargs exits with status 255 or because of a signal,
POSIX requires writing an error message.

PR: 165155
Submitted by: Matthew Story matthewstory gmail com
usr.bin/xargs/xargs.c