diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-08-13 20:03:22 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-13 20:03:22 -0700 |
commit | 12e38fd2fe321c64c90a8f8863f271994d4e235d (patch) | |
tree | ce9283c1b73f566095ede9d534541d68998c7226 | |
parent | c8af7b72c7dcd62893d95fd04aaac547e4071ff7 (diff) | |
download | portage-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.
-rwxr-xr-x | bin/ebuild.sh | 1 |
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 && \ |