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/Zsh/options.yo | |
| parent | 28776: Let vcs_info detect very old mercurial repositories. (diff) | |
| download | zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.gz zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.bz2 zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.lz zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.xz zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.tar.zst zsh-0e792b944707fdb8abafa4b4e3f3952154189c6f.zip | |
28784: exit on exec redirection error with POISX_BUILTINS
Diffstat (limited to 'Doc/Zsh/options.yo')
| -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) |
