summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr.ex/ex_pkg_dispatch.subr')
-rw-r--r--subr.ex/ex_pkg_dispatch.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.ex/ex_pkg_dispatch.subr b/subr.ex/ex_pkg_dispatch.subr
index a80ae21d..d95339ee 100644
--- a/subr.ex/ex_pkg_dispatch.subr
+++ b/subr.ex/ex_pkg_dispatch.subr
@@ -307,7 +307,7 @@ ex_pkg_dispatch() {
_epd_rc=0 _epd_reversefl=0;
case "${_epd_groups_inhibit_deps:-0}" in
- 0) rtl_lunfold_depends '${_rld_name}_GROUP_DEPENDS' \$_epd_group_names ${_epd_group_names};
+ 0) rtl_lunfold_dependsV '${_rld_name}_GROUP_DEPENDS' \$_epd_group_names ${_epd_group_names};
_epd_group_names="$(rtl_uniq2 \$_epd_group_names)";
esac;