summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-15 10:23:03 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-15 10:23:03 +0000
commit68bca91e114146000117e1e7fa523fdd56e02146 (patch)
tree3ac4edc68819b82d7fd8f4a227d21a13c3f0d082 /subr/ex_pkg_dispatch.subr
parentb6e66a35742c702a15c87d2aa88ddc48d0039641 (diff)
downloadmidipix_build-68bca91e114146000117e1e7fa523fdd56e02146.tar.bz2
midipix_build-68bca91e114146000117e1e7fa523fdd56e02146.tar.xz
subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_{group,package}(): correctly register {disabled,skipped} packages in ${_pkgs_found}.
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 399b860f..a0131560 100644
--- a/subr/ex_pkg_dispatch.subr
+++ b/subr/ex_pkg_dispatch.subr
@@ -35,6 +35,7 @@ exp_pkg_dispatch_group() {
_pkgs_found_new="${_pkgs_found_new:+${_pkgs_found_new} }${_pkg_name}";
break;
elif [ "${_pkg_skipfl:-0}" -eq 1 ]; then
+ _pkgs_found_new="${_pkgs_found_new:+${_pkgs_found_new} }${_pkg_name}";
continue;
fi;
done;