OSDN Git Service

Fix xargs -0 with -n.
authorElliott Hughes <enh@google.com>
Tue, 26 Dec 2017 05:24:57 +0000 (21:24 -0800)
committerRob Landley <rob@landley.net>
Wed, 27 Dec 2017 02:45:14 +0000 (20:45 -0600)
commit70a6c55499eabf1229dfb0b49f08b366cbaa7896
tree48ba3af3e48738c7dfe10b0d25b8475e715a1ea2
parent4335501bf3269ac86b7bfdf236aa763d380327e2
Fix xargs -0 with -n.

Also make -0 and -E mutually exclusive (rather than just ignore -E
with -0).

Bug: https://github.com/landley/toybox/issues/78
tests/xargs.test
toys/posix/xargs.c