repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
varenv
/
assoc
/
assoc8.sub
blob
f7c920dd7228f60a34d108c1a2f9890002d97685
1
# warnings introduced beginning with bush-4.4-alpha
2
3
var=foo; declare -A "arr$var=([x]=y)"
4
5
key1=foo key2=bar
6
7
declare -A a=([foo]='([bar]=baz)') "b=${a[$key1]}"