busybox/findutils
Aaro Koskinen 6d777b75ed xargs: make -I imply -r
Make -I imply -r (GNU findutils seems to do the same).

Fixes the following bug:

        $ echo -n | xargs -I% echo %
        Segmentation fault

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-24 22:01:29 +02:00
..
Config.src
find.c
grep.c
Kbuild.src
xargs.c xargs: make -I imply -r 2015-10-24 22:01:29 +02:00