summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-27 22:41:45 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-27 22:41:45 +0000
commitdf83d954532df47bbf7a42c2ab21a8444ce1b602 (patch)
treeac3b96ed3d415dd80f415ba74b1487b5a094f2f6 /subr/ex_pkg_dispatch.subr
parentb7fd91e4774554d6a26bcbdc12dae7b598846cf9 (diff)
downloadmidipix_build-df83d954532df47bbf7a42c2ab21a8444ce1b602.tar.bz2
midipix_build-df83d954532df47bbf7a42c2ab21a8444ce1b602.tar.xz
subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly amend ${_pkgs_found_new}.
Diffstat (limited to 'subr/ex_pkg_dispatch.subr')
-rw-r--r--subr/ex_pkg_dispatch.subr1
1 files changed, 1 insertions, 0 deletions
diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr
index 4ab157ce..ddb78092 100644
--- a/subr/ex_pkg_dispatch.subr
+++ b/subr/ex_pkg_dispatch.subr
@@ -71,6 +71,7 @@ ex_pkg_dispatch() {
if [ ${#} -eq 0 ]; then
break;
else
+ _pkgs_found_new="${_pkgs_found_new:+${_pkgs_found_new} }${1}";
exp_pkg_dispatch "${1}" "${_tgt_name}" \
"${_restart_at}" "${_dispatch_fn}" \
"${_stderrout_path}" "${_pipe_path}" \