From 12e38fd2fe321c64c90a8f8863f271994d4e235d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 13 Aug 2010 20:03:22 -0700 Subject: Don't call exit after pkg_nofetch since that prevents the ebuild-ipc callback from executing. --- bin/ebuild.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/ebuild.sh') 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 && \ -- cgit v1.2.3-1-g7c22