summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-06 23:13:04 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-06 23:13:04 +0000
commit31311b48a10293e8ce9a9f37a4f0aaeae1101d81 (patch)
tree2a9e95992ea121930a5023b7289bd3c135c07893 /bin/ebuild.sh
parentd5797fcabdf9705662870d5616b45df5917aa17b (diff)
downloadportage-31311b48a10293e8ce9a9f37a4f0aaeae1101d81.tar.gz
portage-31311b48a10293e8ce9a9f37a4f0aaeae1101d81.tar.bz2
portage-31311b48a10293e8ce9a9f37a4f0aaeae1101d81.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. (trunk r8852) svn path=/main/branches/2.1.2/; revision=8856
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 0 insertions, 3 deletions
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"