From dcd23891682e74a4a3383720e0b08d21dbe5979d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 25 Jan 2013 14:35:29 -0800 Subject: [PATCH] Tweak die message for fail-clean, bug #454050. --- bin/isolated-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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##*.} -- 2.26.2