mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 08:59:56 +02:00
commit bash-20150918 snapshot
This commit is contained in:
@@ -29,3 +29,9 @@ a=()
|
||||
typeset -p a
|
||||
A=()
|
||||
typeset -p A
|
||||
|
||||
declare -a foo
|
||||
declare foo='(1 2 3)'
|
||||
declare foo[1]='(4 5 6)'
|
||||
|
||||
declare -p foo
|
||||
|
||||
Reference in New Issue
Block a user