mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user