From 71b7ee30196e74c20324802bbeb67afaab5ec4ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 2 Dec 2007 22:04:00 +0000 Subject: For compatibility with cvs.eclass, do not unset CVS_RSH in save_ebuild_env() since that variable may be initialized in global scope. svn path=/main/trunk/; revision=8816 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index fc832a51f..f6ca22654 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -406,7 +406,7 @@ save_ebuild_env() { TERM TERMCAP USER # other variables inherited from the calling environment - unset CVS_RSH ECHANGELOG_USER GPG_AGENT_INFO \ + unset ECHANGELOG_USER GPG_AGENT_INFO \ SSH_AGENT_PID SSH_AUTH_SOCK STY WINDOW XAUTHORITY # There's no need to bloat environment.bz2 with internally defined -- cgit v1.2.3-1-g7c22