diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-02 13:46:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-02 13:46:36 +0000 |
commit | 5c5a388ed7ec05d32c73991bc2fa385bf1090ab8 (patch) | |
tree | d959af7afb2d343dc6444bfdc5bcbe2dcc7bb742 /Doc/Zsh/builtins.yo | |
parent | 7a1f580c036741585368086163ec24607c72c3a8 (diff) | |
download | zsh-5c5a388ed7ec05d32c73991bc2fa385bf1090ab8.tar.gz zsh-5c5a388ed7ec05d32c73991bc2fa385bf1090ab8.tar.xz zsh-5c5a388ed7ec05d32c73991bc2fa385bf1090ab8.zip |
27087: change return codes from failed "."
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 3047b3371..bf12a3384 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -46,8 +46,8 @@ then commands are read from that file instead of var(file). If any arguments var(arg) are given, they become the positional parameters; the old positional parameters are restored when the var(file) is done executing. -If var(file) was not found the return status is 129; if var(file) was found -but contained a syntax error the return status is 128; else the return +If var(file) was not found the return status is 127; if var(file) was found +but contained a syntax error the return status is 126; else the return status is the exit status of the last command executed. ) findex(NOTRANS(:)) |