Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+6 -1
View File
@@ -53,7 +53,7 @@ echo abcde | {
echo $a
}
read -t .0001 a <<<abcde
read -t .001 a <<<abcde
echo $a
# this is the original test that prompted the change to sh_timers
@@ -70,3 +70,8 @@ done
cd $OLDPWD
rm -f $TMPDIR/a.pipe # paranoia
TMOUT=.001
read a <<<abcde
echo $a