summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-25 02:15:13 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-25 02:15:13 +0000
commitba913a1253a08a56186e5340c15515cdc80c30e0 (patch)
treec16fcab00bc53b3dd53ce9888969ce061d547f2c /bin
parentPass a config object into the binarytree constructor so that is doesn't have ... (diff)
downloadportage-multirepo-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.gz
portage-multirepo-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.bz2
portage-multirepo-ba913a1253a08a56186e5340c15515cdc80c30e0.zip
Remove unnecessary PORTAGE_CALLER exports.
svn path=/main/trunk/; revision=3649
Diffstat (limited to 'bin')
-rwxr-xr-xbin/env-update1
-rwxr-xr-xbin/etc-update2
-rwxr-xr-xbin/md5check.py1
3 files changed, 0 insertions, 4 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):
diff --git a/bin/etc-update b/bin/etc-update
index 2d523099..f6775e95 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -10,8 +10,6 @@
# Leo Lipelis <aeoo@gentoo.org>
# Karl Trygve Kalleberg <karltk@gentoo.org>
-export PORTAGE_CALLER="etc-update"
-
if type -p gsed >/dev/null ; then
function sed() { gsed "$@"; }
fi
diff --git a/bin/md5check.py b/bin/md5check.py
index 65dd169e..04a76ab4 100755
--- a/bin/md5check.py
+++ b/bin/md5check.py
@@ -4,7 +4,6 @@
# $Id$
import os,sys,string
-os.environ["PORTAGE_CALLER"]="mirror"
os.environ["FEATURES"]="mirror cvs"
sys.path = ["/usr/lib/portage/pym"]+sys.path