From: Zac Medico Date: Thu, 6 Dec 2007 23:13:04 +0000 (-0000) Subject: Remove redundant successful exit call from the "depend" phase X-Git-Tag: v2.1.4~134 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31311b48a10293e8ce9a9f37a4f0aaeae1101d81;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. (trunk r8852) svn path=/main/branches/2.1.2/; revision=8856 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index b23fe0ab2..5fcf27794 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1763,9 +1763,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"