(replying to the list, hope this is OK)
On 5/23/07, Nelson H. F. Beebe <[EMAIL PROTECTED]> wrote:
On OpenBSD 3.9, GNU/Linux PowerPC, Solaris 10 SPARC, and Solaris 10
IA-32, I get a single test failure:
FAIL: rc-125, expected exit code 125, but got exit code 123
Interesting. Could you tell me the result of these commands on one
of those systems?
echo 'kill $$' | xargs -I{} sh -c '{}' ; echo $?
echo 'kill $$' | xargs -I{} sh -c "{}" ; echo $?
echo 'kill $$' | xargs -I{} sh -c {} ; echo $?
Thanks.
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils