From d1d91849cf26f51f517ad98bf7fbb06ac9de5bfd Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz (arab, vxp) Date: Dec 05 2017 14:13:40 +0000 Subject: subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly handle failed package builds. --- diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr index 4dee786..05c69b3 100644 --- a/subr/ex_pkg_dispatch.subr +++ b/subr/ex_pkg_dispatch.subr @@ -82,9 +82,6 @@ ex_pkg_dispatch() { [ $((_njobs-=1)) -eq 0 ] && break; ;; step) "${_dispatch_fn}" step_pkg ${_pipe_msg#step }; esac; done <"${_pipe_path}"; - if [ "${_script_rc:-1}" -eq 1 ]; then - break; - fi; fi; ex_rtl_fileop rm "${_pipe_path}"; if [ "${_script_rc:-1}" -eq 1 ]; then