From: Zac Medico Date: Sun, 2 Dec 2007 22:04:00 +0000 (-0000) Subject: For compatibility with cvs.eclass, do not unset CVS_RSH in X-Git-Tag: v2.2_pre1~242 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=71b7ee30196e74c20324802bbeb67afaab5ec4ef;p=portage.git 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 --- 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