change to behavior of '&' in pattern substitution replacement string; fix for blank lines in multiline commands saved in command history

This commit is contained in:
Chet Ramey
2022-01-18 10:59:53 -05:00
parent 5e6f45d9b1
commit 2a1c81bf63
31 changed files with 1596 additions and 1312 deletions
+3
View File
@@ -13,6 +13,9 @@
#
# test behavior of native readline timeouts
# turn off bracketed paste to avoid spurious output
bind 'set enable-bracketed-paste off' 2>/dev/null
read -t 0.00001 -e var
estat=$?
if [ $estat -gt 128 ]; then