diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-21 11:28:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-21 11:28:49 +0000 |
commit | 0e792b944707fdb8abafa4b4e3f3952154189c6f (patch) | |
tree | 0730059b6994adb39e85e65f6eb282310164e2d1 /Doc | |
parent | 3c020a9a9c3b0cee6c25e565e001e3bbc0e1c421 (diff) | |
download | zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.gz zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.xz zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.zip |
28784: exit on exec redirection error with POISX_BUILTINS
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index a96597157..842e5c27b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1866,6 +1866,10 @@ tt(source), tt(times), tt(trap) and tt(unset). + +In addition, a failed redirection after tt(exec) causes a non-interactive +shell to exit and an interactive shell to return to its top-level +processing. ) pindex(POSIX_IDENTIFIERS) pindex(NO_POSIX_IDENTIFIERS) |