Remove redundant successful exit call from the "depend" phase
authorZac Medico <zmedico@gentoo.org>
Thu, 6 Dec 2007 21:55:31 +0000 (21:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 6 Dec 2007 21:55:31 +0000 (21:55 -0000)
and let it run to the bottom of ebuild.sh just like the other
phases.

svn path=/main/trunk/; revision=8852

bin/ebuild.sh

index 6ea534de494858a135ab27885edd69652437c22d..666b26be985006bf35456d1856ca5361efe6ff64 100755 (executable)
@@ -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"