Don't call exit after pkg_nofetch since that prevents the ebuild-ipc
authorZac Medico <zmedico@gentoo.org>
Sat, 14 Aug 2010 03:03:22 +0000 (20:03 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 14 Aug 2010 03:03:22 +0000 (20:03 -0700)
callback from executing.

bin/ebuild.sh

index e9f4b96cb897abb1e77ba46eb71329e3fe4af4b8..18f96b6555cd4309a9c9258359fe7235739091ae 100755 (executable)
@@ -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 && \