commit bash-20041104 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:39:12 -05:00
parent 177d51f71e
commit d11b8b46f0
66 changed files with 4539 additions and 320 deletions
+9 -4
View File
@@ -132,6 +132,11 @@ value = new1 new2 new3
./array1.sub: line 1: `printf "%s\n" -a a=(a 'b c')'
./array2.sub: line 1: syntax error near unexpected token `('
./array2.sub: line 1: `declare -a ''=(a 'b c')'
9
9
7 8 9
a b c d e f g
for case if then else
@@ -139,10 +144,10 @@ for case if then else
12 14 16 18 20
4414758999202
aaa bbb
./array.tests: line 280: syntax error near unexpected token `<>'
./array.tests: line 280: `metas=( <> < > ! )'
./array.tests: line 281: syntax error near unexpected token `<>'
./array.tests: line 281: `metas=( [1]=<> [2]=< [3]=> [4]=! )'
./array.tests: line 282: syntax error near unexpected token `<>'
./array.tests: line 282: `metas=( <> < > ! )'
./array.tests: line 283: syntax error near unexpected token `<>'
./array.tests: line 283: `metas=( [1]=<> [2]=< [3]=> [4]=! )'
abc 3
case 4
abc case if then else 5