diff options
-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 |