From: Zac Medico Date: Fri, 23 Nov 2007 10:33:17 +0000 (-0000) Subject: unset x to avoid global env pollution. (trunk r8619) X-Git-Tag: v2.1.4~232 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9371beef0a1e6096514faa8ce6217cae1494dea;p=portage.git unset x to avoid global env pollution. (trunk r8619) svn path=/main/branches/2.1.2/; revision=8620 --- 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