projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8af7b7
)
Don't call exit after pkg_nofetch since that prevents the ebuild-ipc
author
Zac Medico
<zmedico@gentoo.org>
Sat, 14 Aug 2010 03:03:22 +0000
(20:03 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 14 Aug 2010 03:03:22 +0000
(20:03 -0700)
callback from executing.
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index e9f4b96cb897abb1e77ba46eb71329e3fe4af4b8..18f96b6555cd4309a9c9258359fe7235739091ae 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-2056,7
+2056,6
@@
ebuild_main() {
case ${EBUILD_SH_ARGS} in
nofetch)
ebuild_phase_with_hooks pkg_nofetch
- exit 1
;;
prerm|postrm|postinst|config|info)
if hasq "$EBUILD_SH_ARGS" config info && \