Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] ebuild: clear __bashpid & __start_distcc from env
Date: Fri, 13 Nov 2015 01:50:38
Message-Id: 1447379431-6040-1-git-send-email-vapier@gentoo.org
1 These are internal funcs that should not be exported into the env.
2 ---
3 bin/save-ebuild-env.sh | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
7 index 8036342..31c2d60 100644
8 --- a/bin/save-ebuild-env.sh
9 +++ b/bin/save-ebuild-env.sh
10 @@ -76,6 +76,7 @@ __save_ebuild_env() {
11 __ebuild_arg_to_phase __ebuild_phase_funcs default \
12 __unpack_tar __unset_colors \
13 __source_env_files __try_source __check_bash_version \
14 + __bashpid __start_distcc \
15 __eqaquote __eqatag \
16 ${QA_INTERCEPTORS}
17
18 --
19 2.6.2

Replies