mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +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 | ||