From d1d91849cf26f51f517ad98bf7fbb06ac9de5bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 5 Dec 2017 14:13:40 +0000 Subject: subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly handle failed package builds. --- subr/ex_pkg_dispatch.subr | 3 --- 1 file changed, 3 deletions(-) (limited to 'subr') diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr index 4dee7863..05c69b33 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 -- cgit v1.2.3