From: Zac Medico Date: Mon, 9 Oct 2006 07:23:35 +0000 (-0000) Subject: Remove unused PORTAGE_CALLER=portageq from the environment. X-Git-Tag: v2.1.2~672 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22fb49d5df042333fdefb911c75de11e15448be5;p=portage.git Remove unused PORTAGE_CALLER=portageq from the environment. svn path=/main/trunk/; revision=4633 --- diff --git a/bin/portageq b/bin/portageq index 46b0903dd..ffbc13f62 100755 --- a/bin/portageq +++ b/bin/portageq @@ -20,7 +20,6 @@ except KeyboardInterrupt: sys.exit(1) import os -os.environ["PORTAGE_CALLER"] = "portageq" sys.path = ["/usr/lib/portage/pym"]+sys.path import types,string