From adcfbdd0ffefd31804947f033961d102480abfd7 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 5 Feb 2023 14:27:15 +0000 Subject: pkg_gentree(): disable shellcheck error FossilOrigin-Name: d973f64d827764766111bb0774b489f1fc613fcde6871f794deb5d2bc2e49b21 --- src/cpt-lib.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cpt-lib.in b/src/cpt-lib.in index 55a8688..8b6cd13 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -2264,6 +2264,8 @@ pkg_gentree() ( # shellcheck disable=2086 [ -z "${2##*f*}" ] || deps=$(pop "$1" from $deps) + # Word splitting is intentional. + # shellcheck disable=2086 set -- $deps pkg_order "$@" if [ "$reverse" ]; then eval set -- "$redro"; else eval set -- "$order"; fi -- cgit v1.2.3