summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-21 09:33:01 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-21 09:33:01 +0100
commitdbea968f56bada8cc90a55ab5291e3c7ed7863e3 (patch)
tree44219dc4d671676f07308d5b927f450be64acff1 /subr.ex/ex_pkg_dispatch.subr
parentef5ed9fc79bc41bf4d90e23d01ddee31c10fdb73 (diff)
downloadmidipix_build-dbea968f56bada8cc90a55ab5291e3c7ed7863e3.tar.bz2
midipix_build-dbea968f56bada8cc90a55ab5291e3c7ed7863e3.tar.xz
Document subr.rtl/*.subr functions, pt. III.
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;