From 0872b0648019a2597b0b77cec71526866467898a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 2 Dec 2007 22:08:51 +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. (trunk r8816) svn path=/main/branches/2.1.2/; revision=8817 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/isolated-functions.sh') 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 -- cgit v1.2.3-1-g7c22