summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-23 10:32:46 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-23 10:32:46 +0000
commit4ba23e66c2ee2fa72816f198523f338d77cff0cb (patch)
treee4a88006cb97fa424709263d3e990199d68edab4 /bin
parent02303b48934b4972be6d4fbf915f80100ef9dad0 (diff)
downloadportage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.tar.gz
portage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.tar.bz2
portage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.zip
unset x to avoid global env pollution.
svn path=/main/trunk/; revision=8619
Diffstat (limited to 'bin')
-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