diff options
author | Ron Yorston <rmy@pobox.com> | 2024-09-23 11:11:14 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-09-23 11:11:14 +0100 |
commit | bca962188b113497221976a71fd18b1c11a120ab (patch) | |
tree | ef3ecd1a55f4bdca9ee21ad44b7fe1213cb173e3 /docs | |
parent | 674bcfad99b6b486204f4a97beb6e3571034a05e (diff) | |
download | busybox-w32-bca962188b113497221976a71fd18b1c11a120ab.tar.gz busybox-w32-bca962188b113497221976a71fd18b1c11a120ab.tar.bz2 busybox-w32-bca962188b113497221976a71fd18b1c11a120ab.zip |
cut: don't print empty lines with '-s' option
A command like 'cut -f1 -s' would print empty lines even though
they don't contain a delimiter.
Add a test to avoid this.
Based on a submission to the upstream mailing list:
http://lists.busybox.net/pipermail/busybox/2024-July/090834.html
Adds 32 bytes in 32-bit build, saves 32 in 64-bit.
(GitHub issue #459)
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions