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
+7
View File
@@ -95,6 +95,11 @@ wheat=([six]=6 [foo bar]="qux qix" )
recho ${#wheat[@]}
# and error
echo ${#wheat[$unset]}
# zero length for unset element
echo ${#wheat[unset]}
recho ${#wheat[foo bar]}
# TEST - appending assignment operator
@@ -266,3 +271,5 @@ ${THIS_SH} ./assoc17.sub
# tests with `[' and `]' subscripts and printf/read/wait builtins
${THIS_SH} ./assoc18.sub
# tests with tilde expansion in keys and values post-bash-5.2
${THIS_SH} ./assoc19.sub