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