commit bash-20040909 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:36:10 -05:00
parent 37c41ab12b
commit 301e21427e
69 changed files with 38515 additions and 517 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ echo ${av[@]:3:5} # how about too many elements?
echo positive offset - expect five seven
echo ${av[@]:5:2}
echo negative offset - expect five seven
echo negative offset to unset element - expect seven
echo ${av[@]: -2:2}
echo positive offset 2 - expect seven