commit bash-20121130 snapshot

This commit is contained in:
Chet Ramey
2012-12-07 11:07:50 -05:00
parent 0500de0b2d
commit 3087e51c0e
25 changed files with 2339 additions and 55 deletions
+4
View File
@@ -1,3 +1,7 @@
recho "A${*:-w}R"
recho "A${*-w}R"
recho "A${*}R"
set -- ""
recho "A${*:-w}R"
+5
View File
@@ -0,0 +1,5 @@
set -- ""
recho "A${*:-w}R"
recho "A${*-w}R"
recho "A${*}R"
+5 -5
View File
@@ -20,7 +20,7 @@ bar ()
exec {v}> $TMPFILE;
echo $v
}
11
10
line 1
line 2
line 3
@@ -35,11 +35,11 @@ EOF
echo $v
}
11
10
foo 1
foo 2
foo 3
11
10
/bin/bash
/bin/csh
/bin/ksh
@@ -64,7 +64,7 @@ iclosev ()
/bin/zsh
./vredir3.sub: line 4: v: ambiguous redirect
after
11 12
10 11
a
a
swizzle is a function
@@ -75,7 +75,7 @@ swizzle ()
exec {stdin}<&$fd0;
exec {stdout}>&$fd1
}
13 11
12 10
a
a
swizzle is a function