diff options
Diffstat (limited to 'toys/posix/xargs.c')
-rw-r--r-- | toys/posix/xargs.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c index 18b70f2e..e1611ec3 100644 --- a/toys/posix/xargs.c +++ b/toys/posix/xargs.c @@ -25,6 +25,14 @@ config XARGS #-r Don't run command with empty input #-L Max number of lines of input per command -E stop at line matching string + +config XARGS_PEDANTIC + bool "TODO xargs pedantic posix compatability" + default n + depends on XARGS + help + This version supports insane posix whitespace handling rendered obsolete + by -0 mode. */ #define FOR_xargs |