diff options
author | Bart Schaefer <schaefer@zsh.org> | 2023-02-26 19:18:19 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2023-02-26 19:18:19 -0800 |
commit | 3d8c567d581831ed2a60b34d8a855531b0cf197d (patch) | |
tree | 035ed50c7b77b486a8d08bca4138313b1712b042 /Doc | |
parent | ec4bd3169d0734ca8ec74ccc52235e71d7e59166 (diff) | |
download | zsh-3d8c567d581831ed2a60b34d8a855531b0cf197d.tar.gz zsh-3d8c567d581831ed2a60b34d8a855531b0cf197d.tar.xz zsh-3d8c567d581831ed2a60b34d8a855531b0cf197d.zip |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/restricted.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/restricted.yo b/Doc/Zsh/restricted.yo index 33dfc96c6..7948cfe8a 100644 --- a/Doc/Zsh/restricted.yo +++ b/Doc/Zsh/restricted.yo @@ -65,7 +65,7 @@ variables. Except for the few listed above, zsh does not restrict the setting of environment variables. If a `tt(perl)', `tt(python)', `tt(bash)', or other general purpose -interpreted script it treated as a restricted +interpreted script is treated as a restricted command, the user can work around the restriction by setting specially crafted `tt(PERL5LIB)', `tt(PYTHONPATH)', `tt(BASHENV)' (etc.) environment variables. On GNU systems, any |