xargs: fix a thinko in last commit
IF_FEATURE_XARGS_SUPPORT_PARALLEL(char *opt_a = NULL;) is replaced with IF_FEATURE_XARGS_SUPPORT_ARGS_FILE Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f8ee849ecd
commit
58bf902a94
@ -593,7 +593,7 @@ int xargs_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
#else
|
#else
|
||||||
#define read_args process_stdin
|
#define read_args process_stdin
|
||||||
#endif
|
#endif
|
||||||
IF_FEATURE_XARGS_SUPPORT_PARALLEL(char *opt_a = NULL;)
|
IF_FEATURE_XARGS_SUPPORT_ARGS_FILE(char *opt_a = NULL;)
|
||||||
|
|
||||||
INIT_G();
|
INIT_G();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user