summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-02 22:04:00 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-02 22:04:00 +0000
commit71b7ee30196e74c20324802bbeb67afaab5ec4ef (patch)
tree6f9443e48ed755be102d5cc1d48eb7d297444c53 /bin
parent3fd6a382a9ba245dcb0ee837ec66f4dc4712af7a (diff)
downloadportage-71b7ee30196e74c20324802bbeb67afaab5ec4ef.tar.gz
portage-71b7ee30196e74c20324802bbeb67afaab5ec4ef.tar.bz2
portage-71b7ee30196e74c20324802bbeb67afaab5ec4ef.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
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