From 12ff9528ba0a3e49aa52c543f3518f722208a890 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 3 Dec 2007 06:19:43 +0000 Subject: * whitelist CCACHE_* and DISTCC_* variables in config.environ() * unset CCACHE_* and DISTCC_* variables in save_ebuild_env() svn path=/main/trunk/; revision=8818 --- bin/isolated-functions.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index f6ca22654..dfe4cfba7 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -409,6 +409,9 @@ save_ebuild_env() { unset ECHANGELOG_USER GPG_AGENT_INFO \ SSH_AGENT_PID SSH_AUTH_SOCK STY WINDOW XAUTHORITY + # CCACHE and DISTCC config + unset ${!CCACHE_*} ${!DISTCC_*} + # There's no need to bloat environment.bz2 with internally defined # functions and variables, so filter them out if possible. -- cgit v1.2.3-1-g7c22