commit bash-20111118 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:33:08 -05:00
parent 084c952b61
commit 4b82d1cde7
21 changed files with 1888 additions and 50 deletions
+6
View File
@@ -27,3 +27,9 @@ array2["foo"]=bbb
echo ${!array2[@]}
echo ${array2[@]}
declare -A foo
foo=( ['ab]']=bar )
echo ${!foo[@]}
echo ${foo[@]}