summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-06 21:55:31 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-06 21:55:31 +0000
commita5b1ace0e6ce465c1bc727c5cdea1f5e038f06cd (patch)
tree6c26ceb0705f82dd10e83f017e0db58d88217837 /bin
parenta57976f75af07822fc3a0b606a81ddc8f864e016 (diff)
downloadportage-a5b1ace0e6ce465c1bc727c5cdea1f5e038f06cd.tar.gz
portage-a5b1ace0e6ce465c1bc727c5cdea1f5e038f06cd.tar.bz2
portage-a5b1ace0e6ce465c1bc727c5cdea1f5e038f06cd.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 0 insertions, 3 deletions
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"