From: Zac Medico Date: Fri, 25 Jan 2013 22:35:29 +0000 (-0800) Subject: Tweak die message for fail-clean, bug #454050. X-Git-Tag: v2.2.0_alpha162~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dcd23891682e74a4a3383720e0b08d21dbe5979d;p=portage.git Tweak die message for fail-clean, bug #454050. --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 246c25f2d..1f8a27ebb 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -219,7 +219,8 @@ die() { if [[ -n ${PORTAGE_LOG_FILE} ]] ; then eerror "The complete build log is located at '${PORTAGE_LOG_FILE}'." - if [[ ${PORTAGE_LOG_FILE} != ${T}/* ]] ; then + if [[ ${PORTAGE_LOG_FILE} != ${T}/* ]] && \ + ! has fail-clean ${FEATURES} ; then # Display path to symlink in ${T}, as requested in bug #412865. local log_ext=log [[ ${PORTAGE_LOG_FILE} != *.log ]] && log_ext+=.${PORTAGE_LOG_FILE##*.}