diff options
Diffstat (limited to 'subr')
-rw-r--r-- | subr/ex_pkg_dispatch.subr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr index c1eab55b..489ed634 100644 --- a/subr/ex_pkg_dispatch.subr +++ b/subr/ex_pkg_dispatch.subr @@ -61,6 +61,8 @@ exp_pkg_dispatch_group() { fi; ;; fail) : $((EXP_PKG_DISPATCH_NJOBS-=1)); _rc=1; "${_dispatch_fn}" fail_pkg ${_pipe_msg#fail }; ;; + msg_pkg) + "${_dispatch_fn}" msg_pkg ${_pipe_msg#msg_pkg }; ;; step) "${_dispatch_fn}" step_pkg ${_pipe_msg#step }; ;; esac; done <>"${_pipe_path}"; if [ -n "${EXP_PKG_NAMES}" ] && [ "${_rc}" -eq 0 ]; then |