summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
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;