diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-06-25 02:15:13 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-06-25 02:15:13 +0000 |
commit | ba913a1253a08a56186e5340c15515cdc80c30e0 (patch) | |
tree | c16fcab00bc53b3dd53ce9888969ce061d547f2c /bin/env-update | |
parent | Pass a config object into the binarytree constructor so that is doesn't have ... (diff) | |
download | portage-idfetch-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.gz portage-idfetch-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.bz2 portage-idfetch-ba913a1253a08a56186e5340c15515cdc80c30e0.zip |
Remove unnecessary PORTAGE_CALLER exports.
svn path=/main/trunk/; revision=3649
Diffstat (limited to 'bin/env-update')
-rwxr-xr-x | bin/env-update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/env-update b/bin/env-update index d7e9f396..28699634 100755 --- a/bin/env-update +++ b/bin/env-update @@ -4,7 +4,6 @@ # $Id$ import os,sys -os.environ["PORTAGE_CALLER"] = "env-update" sys.path = ["/usr/lib/portage/pym"]+sys.path def usage(status): |