From 9b4848b925380f17f4c18b65291127b4fc07460a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jan 2008 08:07:51 +0000 Subject: Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220) svn path=/main/branches/2.1.2/; revision=9246 --- bin/ebuild.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/ebuild.sh') 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} -- cgit v1.2.3-1-g7c22