mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 00:20:49 +02:00
bash-4.4 beta release
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