diff options
author | Teubel György <tgyurci@gmail.com> | 2016-09-03 23:06:30 +0200 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-09-05 21:03:12 +0100 |
commit | fde365ea8ba91a4e7daa27dfd63fdadb55a882f5 (patch) | |
tree | 2fcced596ce2e94c0e2ede4fb9bff5f16b6ed2f9 /Doc/Zsh | |
parent | 02bb3de2575aca2b0e823b96d8281c89a77eba42 (diff) | |
download | zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.gz zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.xz zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.zip |
39167: Make $ENV handling more like POSIX
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/params.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 55930ed7b..03625ce24 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1059,7 +1059,8 @@ If the tt(ENV) environment variable is set when zsh is invoked as tt(sh) or tt(ksh), tt($ENV) is sourced after the profile scripts. The value of tt(ENV) is subjected to parameter expansion, command substitution, and arithmetic expansion before being interpreted as a pathname. Note that -tt(ENV) is em(not) used unless zsh is emulating bf(sh) or bf(ksh). +tt(ENV) is em(not) used unless the shell is interactive and zsh is +emulating bf(sh) or bf(ksh). ) vindex(FCEDIT) item(tt(FCEDIT))( |