commit bash-20050817 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:50:00 -05:00
parent 055a1bf5bc
commit cdb32d454a
20 changed files with 279 additions and 147 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ after exec1.sub without args: 0
126
./execscript: line 39: /: is a directory
126
/: /: cannot execute binary file
/: /: is a directory
126
./execscript: line 46: .: /: is a directory
1
+8
View File
@@ -157,4 +157,12 @@ ${THIS_SH} ./func2.sub
# test for some posix-specific function behavior
${THIS_SH} ./func3.sub
unset -f myfunction
myfunction() {
echo "bad shell function redirection"
} >> /dev/null
myfunction
myfunction | cat
exit 0