diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
commit | 49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 (patch) | |
tree | 6dc1c9dc123a685f02ca29564fe6d58194cedfcb /NEWS | |
parent | 6d217dbeac86c8e5a15fed4c7d3a58d81420d9b0 (diff) | |
download | execline-49b387bb53e76eecd2b6cf4f89f3146fc2198bd3.tar.xz |
Fix chomping: only make it default on line-processing binaries
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ In 2.7.0.0 - forstdin QoL changes: now it exits 1 if it doesn't read anything, and it only splits on newlines by default. + - forbacktickx, which is a wrapper to forstdin, gets the same changes. + - Line-processing binaries now chomp by default. Substitution +binaries do not. + - New -N option everywhere to disable chomping. - New "default" directive to trap, replacing the irrelevant "timeout". |