mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
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>
|
||
|---|---|---|
| .. | ||
| Config.src | ||
| find.c | ||
| grep.c | ||
| Kbuild.src | ||
| xargs.c | ||