From: Zac Medico Date: Sat, 14 Aug 2010 03:03:22 +0000 (-0700) Subject: Don't call exit after pkg_nofetch since that prevents the ebuild-ipc X-Git-Tag: v2.2_rc68~230 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12e38fd2fe321c64c90a8f8863f271994d4e235d;p=portage.git Don't call exit after pkg_nofetch since that prevents the ebuild-ipc callback from executing. --- 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 && \