From: Zac Medico Date: Thu, 6 Dec 2007 21:55:31 +0000 (-0000) Subject: Remove redundant successful exit call from the "depend" phase X-Git-Tag: v2.2_pre1~218 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5b1ace0e6ce465c1bc727c5cdea1f5e038f06cd;p=portage.git Remove redundant successful exit call from the "depend" phase and let it run to the bottom of ebuild.sh just like the other phases. svn path=/main/trunk/; revision=8852 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 6ea534de4..666b26be9 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1759,9 +1759,6 @@ if [ -n "${EBUILD_SH_ARGS}" ] ; then 9>&- fi set +f - [ -n "${EBUILD_EXIT_STATUS_FILE}" ] && \ - touch "${EBUILD_EXIT_STATUS_FILE}" &>/dev/null - exit 0 ;; *) export SANDBOX_ON="1"