commit:     508e5cc483674fa810c923de17130c8f7f238273
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sat Jul 26 15:24:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 09:51:32 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=508e5cc4

save-ebuild-env.sh: filter out the SHELL_SETS_TITLE variable

The 'SHELL_SETS_TITLE' variable is potentially set for interactive
instances of bash by "/etc/bash/bashrc.d/10-gentoo-title.bash". Ensure
that it is filtered out by the __save_ebuild_env() function.

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/save-ebuild-env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index f195729232..d35b27baf2 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -89,6 +89,7 @@ __save_ebuild_env() (
                CVS_RSH
                ECHANGELOG_USER
                GPG_AGENT_INFO
+               SHELL_SETS_TITLE
                STY
                WINDOW
                XAUTHORITY

Reply via email to