mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 14:40:50 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user