commit bash-20200728 snapshot

This commit is contained in:
Chet Ramey
2020-07-31 11:39:31 -04:00
parent e6983002ec
commit 560f608dd5
7 changed files with 122 additions and 32 deletions
+5
View File
@@ -392,6 +392,11 @@ declare -a x=($0)
declare -a x=(\$0)
echo "${x[@]}"
unset A Z
Z='a b'
A=( X=$Z )
declare -p A
# tests for bash-3.1 problems
${THIS_SH} ./array5.sub