projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c6aae
)
In ebuild_main(), unset ebuild_helpers_path when finished with it, since
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:22:48 +0000
(07:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:22:48 +0000
(07:22 -0000)
bash exposes local variables to 'children'. (trunk r13381)
svn path=/main/branches/2.1.6/; revision=13533
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 7fe8f56494f422cd425e34ceaefddd20c1cce813..c9d9b786f1316a48028c1b23e18f138f7949627d 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1914,6
+1914,7
@@
ebuild_main() {
esac
export PATH="/usr/local/sbin:/sbin:/usr/sbin:${ebuild_helpers_path}:/usr/local/bin:/bin:/usr/bin:${ROOTPATH}"
+ unset ebuild_helpers_path
if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then