diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-30 16:20:03 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-30 16:20:03 +0000 |
| commit | 30697061f2630543cccb9648e14b1fe7fa1d93ee (patch) | |
| tree | fad7fb5d6f0cbf5eba64e691a5b74e61baef3ce9 /Doc/Zsh/options.yo | |
| parent | Don't assume we can change the string for the HOST parameter when used in (diff) | |
| download | zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar.gz zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar.bz2 zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar.lz zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar.xz zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.tar.zst zsh-30697061f2630543cccb9648e14b1fe7fa1d93ee.zip | |
Refuse to setopt noexec when interactive
Diffstat (limited to 'Doc/Zsh/options.yo')
| -rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index aec878774..025368d7c 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -374,6 +374,8 @@ cindex(command execution, enabling) item(tt(EXEC) (tt(PLUS()n), ksh: tt(PLUS()n)) <D>)( Do execute commands. Without this option, commands are read and checked for syntax errors, but not executed. +This option cannot be turned off in an interactive shell, +except when `tt(-n)' is supplied to the shell at startup. ) pindex(EXTENDED_GLOB) cindex(globbing, extended) |
