commit bash-snap-20181017 snapshot

This commit is contained in:
Chet Ramey
2018-10-18 11:13:57 -04:00
parent 93e3d9f6ae
commit f19b1b7334
10 changed files with 70 additions and 19 deletions
+6
View File
@@ -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]]] ))