projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3110c2c
)
Remove unused PORTAGE_CALLER=emerge from the environment.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Oct 2006 07:17:40 +0000
(07:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Oct 2006 07:17:40 +0000
(07:17 -0000)
svn path=/main/trunk/; revision=4632
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 691f707223e82a2a49d9996805de8562fa65d638..e59f7a82e3e3990d1bcbd54830ad03d49715674e 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-21,7
+21,6
@@
except KeyboardInterrupt:
sys.exit(1)
import os, stat
-os.environ["PORTAGE_CALLER"]="emerge"
sys.path = ["/usr/lib/portage/pym"]+sys.path
os.environ["PORTAGE_LEGACY_GLOBALS"] = "false"