From b56250e9b99d9cd0e70261ff6e7f6f33583c1b04 Mon Sep 17 00:00:00 2001 From: Stephane Chazelas Date: Tue, 5 Mar 2024 19:57:35 +0000 Subject: 52685: fix typo in the name of bash's BASH_ENV variable. --- Doc/Zsh/restricted.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/restricted.yo b/Doc/Zsh/restricted.yo index 7948cfe8a..a84fd28ea 100644 --- a/Doc/Zsh/restricted.yo +++ b/Doc/Zsh/restricted.yo @@ -68,7 +68,7 @@ If a `tt(perl)', `tt(python)', `tt(bash)', or other general purpose 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 +`tt(BASH_ENV)' (etc.) environment variables. On GNU systems, any command can be made to run arbitrary code when performing character set conversion (including zsh itself) by setting a `tt(GCONV_PATH)' environment variable. Those are only a few examples. -- cgit 1.4.1