Bugfix for xargs

This commit is contained in:
Glenn L McGrath
2003-10-09 11:06:45 +00:00
parent 29c77f71ba
commit 99825960c1
2 changed files with 106 additions and 57 deletions

View File

@@ -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