summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-13 20:03:22 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-13 20:03:22 -0700
commit12e38fd2fe321c64c90a8f8863f271994d4e235d (patch)
treece9283c1b73f566095ede9d534541d68998c7226 /bin/ebuild.sh
parentc8af7b72c7dcd62893d95fd04aaac547e4071ff7 (diff)
downloadportage-12e38fd2fe321c64c90a8f8863f271994d4e235d.tar.gz
portage-12e38fd2fe321c64c90a8f8863f271994d4e235d.tar.bz2
portage-12e38fd2fe321c64c90a8f8863f271994d4e235d.zip
Don't call exit after pkg_nofetch since that prevents the ebuild-ipc
callback from executing.
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e9f4b96cb..18f96b655 100755
--- 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 && \