From: Zac Medico Date: Sun, 2 Dec 2007 22:08:51 +0000 (-0000) Subject: For compatibility with cvs.eclass, do not unset CVS_RSH in X-Git-Tag: v2.1.4~145 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0872b0648019a2597b0b77cec71526866467898a;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. (trunk r8816) svn path=/main/branches/2.1.2/; revision=8817 --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index fc832a51f..f6ca22654 100644 --- 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