summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-23 10:33:17 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-23 10:33:17 +0000
commitd9371beef0a1e6096514faa8ce6217cae1494dea (patch)
treee7ba024114f367cbb420c78f47b006024721cf0c /bin/ebuild.sh
parent73e272c4fd0837475835f8a470979983553e5f6f (diff)
downloadportage-d9371beef0a1e6096514faa8ce6217cae1494dea.tar.gz
portage-d9371beef0a1e6096514faa8ce6217cae1494dea.tar.bz2
portage-d9371beef0a1e6096514faa8ce6217cae1494dea.zip
unset x to avoid global env pollution. (trunk r8619)
svn path=/main/branches/2.1.2/; revision=8620
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 132da2c11..22018b3e7 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1669,6 +1669,7 @@ for x in ${PROFILE_PATHS}; do
unset IFS
[ -f "${x}/profile.bashrc" ] && qa_source "${x}/profile.bashrc"
done
+unset x
restore_IFS
# We assume if people are changing shopts in their bashrc they do so at their