diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-11-23 10:32:46 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-11-23 10:32:46 +0000 |
commit | 4ba23e66c2ee2fa72816f198523f338d77cff0cb (patch) | |
tree | e4a88006cb97fa424709263d3e990199d68edab4 | |
parent | 02303b48934b4972be6d4fbf915f80100ef9dad0 (diff) | |
download | portage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.tar.gz portage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.tar.bz2 portage-4ba23e66c2ee2fa72816f198523f338d77cff0cb.zip |
unset x to avoid global env pollution.
svn path=/main/trunk/; revision=8619
-rwxr-xr-x | bin/ebuild.sh | 1 |
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 |