From ef9f78878e6ef233fa7fb65cd76158d2bba282fb Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:20:55 -0400 Subject: [PATCH] shellcheck is dumb --- misc/scripts/build-local.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/scripts/build-local.sh b/misc/scripts/build-local.sh index 74ff12b40..62e6fecaa 100755 --- a/misc/scripts/build-local.sh +++ b/misc/scripts/build-local.sh @@ -88,6 +88,7 @@ function prompt_optdepends() { dep_const.strip_description "${optdep}" opt # Let's get just the name dep_const.split_name_and_version "${opt}" just_name + # shellcheck disable=SC2154 if [[ ${just_name[0]} == *":${CARCH}" ]]; then just_name[0]="${just_name[0]%%:*}" optdep="${optdep/\:${CARCH}/}"