summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-02 22:08:51 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-02 22:08:51 +0000
commit0872b0648019a2597b0b77cec71526866467898a (patch)
tree67368e9ecc5128cc8e9b08563c8c1760a6ab413a /bin/isolated-functions.sh
parentb9d49177116c5f5e490f64a02c66042dc46c2abc (diff)
downloadportage-0872b0648019a2597b0b77cec71526866467898a.tar.gz
portage-0872b0648019a2597b0b77cec71526866467898a.tar.bz2
portage-0872b0648019a2597b0b77cec71526866467898a.zip
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
Diffstat (limited to 'bin/isolated-functions.sh')
-rw-r--r--bin/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 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