aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-03-29 12:59:54 +0100
committerRon Yorston <rmy@pobox.com>2020-03-29 12:59:54 +0100
commit5d6744d8635fcbd1ef4cce85a737aacfde4ddeba (patch)
tree027ff579a5b09a095ba0ba03fbc4f8ee1c4c5abc /win32
parentbeff2721928fdb624c227cccd15bde7ae68862e3 (diff)
downloadbusybox-w32-5d6744d8635fcbd1ef4cce85a737aacfde4ddeba.tar.gz
busybox-w32-5d6744d8635fcbd1ef4cce85a737aacfde4ddeba.tar.bz2
busybox-w32-5d6744d8635fcbd1ef4cce85a737aacfde4ddeba.zip
xargs: restore correct behaviour of -n option
Since commit 1ff7002b1 (xargs: fix handling of quoted arguments, closes 11441) the -n option hasn't worked properly: $ echo 1 2 3 | xargs -n 1 echo 1 2 3 $ Because state is now remembered between calls to process_stdin() it's necessary to update the state before any premature return.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions