diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:06:45 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-09 11:06:45 +0000 |
commit | 99825960c18de59afb6906ba05df5671793edaf0 (patch) | |
tree | 8a762c0b3f953ccc91786c09b03fe55862169c4b /findutils/Config.in | |
parent | 29c77f71ba788fe9d63893e555c239d45905ebbc (diff) | |
download | busybox-w32-99825960c18de59afb6906ba05df5671793edaf0.tar.gz busybox-w32-99825960c18de59afb6906ba05df5671793edaf0.tar.bz2 busybox-w32-99825960c18de59afb6906ba05df5671793edaf0.zip |
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 05fcca151..c66da742c 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -97,5 +97,13 @@ config CONFIG_XARGS | |||
97 | xargs is used to execute a specified command on | 97 | xargs is used to execute a specified command on |
98 | every item from standard input. | 98 | every item from standard input. |
99 | 99 | ||
100 | config CONFIG_FEATURE_XARGS_FANCY | ||
101 | bool " Enable extra options (-x -s -n and -E)" | ||
102 | default y | ||
103 | depends on CONFIG_XARGS | ||
104 | help | ||
105 | Default xargs only provides the -t option, this enables the | ||
106 | x, s, n and E options. | ||
107 | |||
100 | endmenu | 108 | endmenu |
101 | 109 | ||