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
+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