diff options
author | Glenn L McGrath | 2003-10-09 11:06:45 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-10-09 11:06:45 +0000 |
commit | 99825960c18de59afb6906ba05df5671793edaf0 (patch) | |
tree | 8a762c0b3f953ccc91786c09b03fe55862169c4b /findutils/Config.in | |
parent | 29c77f71ba788fe9d63893e555c239d45905ebbc (diff) | |
download | busybox-99825960c18de59afb6906ba05df5671793edaf0.zip busybox-99825960c18de59afb6906ba05df5671793edaf0.tar.gz |
Bugfix for xargs
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 05fcca1..c66da74 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -97,5 +97,13 @@ config CONFIG_XARGS xargs is used to execute a specified command on every item from standard input. +config CONFIG_FEATURE_XARGS_FANCY + bool " Enable extra options (-x -s -n and -E)" + default y + depends on CONFIG_XARGS + help + Default xargs only provides the -t option, this enables the + x, s, n and E options. + endmenu |