repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests
/
4.misc
/
errors
/
errors3.sub
blob
b2ae3d71a41b73ffe3bbe98d3cde008cb2147613
1
# redirection errors with special builtins should exit the shell when in
2
# Posix mode, not otherwise; being on the LHS of || or && should not make
3
# a difference
4
5
exec 9<no_such_file || echo TEST
6
set -o posix
7
exec 9<no_such_file || echo TEST