7 lines
162 B
Text
7 lines
162 B
Text
# warnings introduced beginning with bash-4.4-alpha
|
|
|
|
var=foo; declare -A "arr$var=([x]=y)"
|
|
|
|
key1=foo key2=bar
|
|
|
|
declare -A a=([foo]='([bar]=baz)') "b=${a[$key1]}"
|