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
View File
@@ -379,6 +379,11 @@ shopt -u globstar
# in the right place
builtin cd "$MYDIR"
# seg fault in bash-5.2
foo=
foo=${foo/#*([.])}
unset foo
${THIS_SH} ./extglob1.sub
${THIS_SH} ./extglob1a.sub
${THIS_SH} ./extglob3.sub
@@ -386,5 +391,6 @@ ${THIS_SH} ./extglob4.sub
${THIS_SH} ./extglob5.sub
${THIS_SH} ./extglob6.sub
${THIS_SH} ./extglob7.sub
${THIS_SH} ./extglob8.sub
exit 0