projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a57976f
)
Remove redundant successful exit call from the "depend" phase
author
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Dec 2007 21:55:31 +0000
(21:55 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 6ea534de494858a135ab27885edd69652437c22d..666b26be985006bf35456d1856ca5361efe6ff64 100755
(executable)
--- 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"