projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd6a38
)
For compatibility with cvs.eclass, do not unset CVS_RSH in
author
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Dec 2007 22:04:00 +0000
(22:04 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Dec 2007 22:04:00 +0000
(22:04 -0000)
save_ebuild_env() since that variable may be initialized in
global scope.
svn path=/main/trunk/; revision=8816
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index fc832a51f0d56f79c6978cde5de2ca11d661425a..f6ca22654947b0542053c207b7a05704b27c5046 100755
(executable)
--- 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