summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
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/etc-update
parent305c6aa5902a2717c87504b665575afdd81b0934 (diff)
downloadportage-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.gz
portage-ba913a1253a08a56186e5340c15515cdc80c30e0.tar.bz2
portage-ba913a1253a08a56186e5340c15515cdc80c30e0.zip
Remove unnecessary PORTAGE_CALLER exports.
svn path=/main/trunk/; revision=3649
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 0 insertions, 2 deletions
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 <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