From ba913a1253a08a56186e5340c15515cdc80c30e0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 25 Jun 2006 02:15:13 +0000 Subject: [PATCH] Remove unnecessary PORTAGE_CALLER exports. svn path=/main/trunk/; revision=3649 --- bin/env-update | 1 - bin/etc-update | 2 -- bin/md5check.py | 1 - 3 files changed, 4 deletions(-) diff --git a/bin/env-update b/bin/env-update index d7e9f3967..286996341 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 2d523099b..f6775e957 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -10,8 +10,6 @@ # Leo Lipelis # Karl Trygve Kalleberg -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 65dd169e6..04a76ab43 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 -- 2.26.2