mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
commit bash-snap-20181017 snapshot
This commit is contained in:
@@ -20,3 +20,9 @@ typeset -a a
|
||||
echo $((1+a[$index]))
|
||||
echo $((1+a[\$index]))
|
||||
echo "1+${a[$index]}"
|
||||
|
||||
# intermediate problems discovered while bash-5.0 was in testing
|
||||
a=0
|
||||
echo $(( a[a[0]] ))
|
||||
echo ${a[a[a[0]]]}
|
||||
echo $(( a[a[a[0]]] ))
|
||||
|
||||
Reference in New Issue
Block a user