commit: 4f5e895782e1934a5016822993689dc8cf5b5442 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Sun Jun 29 05:31:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 30 00:22:10 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f5e8957
phase-functions.sh: revise a comment concerning excluded bash vars As concerns the bash variables that are wilfully not taken into account by the __filter_readonly_variables() function, revise a comment so as to mention that 'EMACS' is among them (in addition to 'PATH'). See-also: 95ea3beaa5c4958e0c6a6c5618ceead072312173 Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> Signed-off-by: Sam James <sam <AT> gentoo.org> bin/phase-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index f809231961..fd3c18b28d 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -48,7 +48,7 @@ PORTAGE_MUTABLE_FILTERED_VARS="AA HOSTNAME" # Read an environment from stdin and echo to stdout while filtering variables # with names that are known to cause interference: # -# * all variables that can be set by or that may affect bash (except PATH) +# * all variables that can be set by or that affect bash (except EMACS & PATH) # * some specific variables that affect portage or sandbox behavior # * variable names that begin with a digit or that contain any # non-alphanumeric characters that are not be supported by bash
