From 99825960c18de59afb6906ba05df5671793edaf0 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 9 Oct 2003 11:06:45 +0000 Subject: Bugfix for xargs --- findutils/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'findutils/Config.in') 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 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 -- cgit v1.2.3-55-g6feb