mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
commit bash-20180316 snapshot
This commit is contained in:
@@ -21,6 +21,9 @@ unset a
|
||||
a=abcde
|
||||
declare -a a
|
||||
echo ${a[0]}
|
||||
if [ "$a" != "${a[0]}" ]; then
|
||||
echo 'array.tests: $a and $a[0] array mismatch'
|
||||
fi
|
||||
|
||||
unset a
|
||||
a=abcde
|
||||
|
||||
Reference in New Issue
Block a user