From 68bca91e114146000117e1e7fa523fdd56e02146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 15 Feb 2020 10:23:03 +0000 Subject: subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_{group,package}(): correctly register {disabled,skipped} packages in ${_pkgs_found}. --- subr/ex_pkg_dispatch.subr | 1 + 1 file changed, 1 insertion(+) (limited to 'subr/ex_pkg_dispatch.subr') 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; -- cgit v1.2.3