mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
fix typo in readline custom LS_COLORS extension; fix so `time' is recognized as a reserved word after $( and ${; don't run traps while parsing a command substitution
This commit is contained in:
+1
-2
@@ -57,10 +57,9 @@ echo abcde | {
|
||||
echo $a
|
||||
}
|
||||
|
||||
read -e -t .0001 a <<<abcde
|
||||
read -e -t .001 a <<<abcde
|
||||
echo $a
|
||||
|
||||
set -o posix
|
||||
read -t 0.1 a </dev/tty
|
||||
echo $a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user