1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-05-20 23:41:27 +02:00
This commit is contained in:
Bart Schaefer 2023-02-26 19:18:19 -08:00
parent ec4bd3169d
commit 3d8c567d58
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2023-02-26 Bart Schaefer <schaefer@zsh.org>
* unposted: Doc/Zsh/restricted.yo: fix typo
* 51460: Src/module.c: avoid crash on bad parameter autofeature
2023-02-24 Oliver Kiddle <opk@zsh.org>

View file

@ -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