zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH][doc] BASHENV -> BASH_ENV typo
@ 2024-03-05  8:42 Stephane Chazelas
  0 siblings, 0 replies; only message in thread
From: Stephane Chazelas @ 2024-03-05  8:42 UTC (permalink / raw)
  To: Zsh hackers list

Note that it's ~/.zshenv or $BASHOPTS, but it's $BASH_ENV, not
$BASHENV (I also often get confused as to whether underscores
are needed or not)

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-05  8:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  8:42 [PATCH][doc] BASHENV -> BASH_ENV typo Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).