diff options
-rwxr-xr-x | bin/ebuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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} |