From 4ba23e66c2ee2fa72816f198523f338d77cff0cb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 23 Nov 2007 10:32:46 +0000 Subject: unset x to avoid global env pollution. svn path=/main/trunk/; revision=8619 --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') 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 -- cgit v1.2.3-1-g7c22