commit bash-20041216 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:41:18 -05:00
parent 8fed35894b
commit da713c2366
15 changed files with 158 additions and 49 deletions
+1 -2
View File
@@ -374,7 +374,7 @@ echo "${x[@]}"
mkdir $TMPDIR/bash-test-$$
cd $TMPDIR/bash-test-$$
trap "cd / ; rm -rf $TMPDIR/bash-test/$$" 0 1 2 3 6 15
trap "cd / ; rm -rf $TMPDIR/bash-test-$$" 0 1 2 3 6 15
touch '[3]=abcde'
@@ -396,4 +396,3 @@ unset x[2]
x[9]='9'
echo ${x[*]: -1}