From c810f9f80b9db62de09b6cf4c6ca770eed72ce53 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Sat, 6 Jul 2013 11:26:15 -0500 Subject: This inlines CRC64, and nothing more. The functions involved were called only once. --- toys/posix/xargs.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toys/posix/xargs.c') 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 -- cgit v1.2.3