mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-10 18:58:03 +02:00
Fix typo
This commit is contained in:
parent
ec4bd3169d
commit
3d8c567d58
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2023-02-26 Bart Schaefer <schaefer@zsh.org>
|
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
|
* 51460: Src/module.c: avoid crash on bad parameter autofeature
|
||||||
|
|
||||||
2023-02-24 Oliver Kiddle <opk@zsh.org>
|
2023-02-24 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
|
@ -65,7 +65,7 @@ variables. Except for the few listed above, zsh does not restrict
|
||||||
the setting of environment variables.
|
the setting of environment variables.
|
||||||
|
|
||||||
If a `tt(perl)', `tt(python)', `tt(bash)', or other general purpose
|
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
|
command, the user can work around the restriction by
|
||||||
setting specially crafted `tt(PERL5LIB)', `tt(PYTHONPATH)',
|
setting specially crafted `tt(PERL5LIB)', `tt(PYTHONPATH)',
|
||||||
`tt(BASHENV)' (etc.) environment variables. On GNU systems, any
|
`tt(BASHENV)' (etc.) environment variables. On GNU systems, any
|
||||||
|
|
Loading…
Reference in a new issue