From: Zac Medico Date: Thu, 31 Jan 2008 08:07:51 +0000 (-0000) Subject: Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220) X-Git-Tag: v2.1.4.1~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b4848b925380f17f4c18b65291127b4fc07460a;p=portage.git Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220) svn path=/main/branches/2.1.2/; revision=9246 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1bcd02852..28ba561c4 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1703,6 +1703,9 @@ if ! hasq ${EBUILD_PHASE} clean && \ set +f fi +# enable bashrc support for the clean phase +[[ ${EBUILD_PHASE} == clean ]] && source_all_bashrcs + # unset USE_EXPAND variables that contain only the special "*" token for x in ${USE_EXPAND} ; do [ "${!x}" == "*" ] && unset ${x}