From 7bb30a10865447fdd7770b3d162b84a0a7fc7f4f Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 21 Dec 2025 13:07:11 -0500 Subject: [PATCH] fix v2 Signed-off-by: crueter --- tools/cpm-fetch-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cpm-fetch-all.sh b/tools/cpm-fetch-all.sh index 56895fa44f..4832681caa 100755 --- a/tools/cpm-fetch-all.sh +++ b/tools/cpm-fetch-all.sh @@ -8,7 +8,7 @@ # provided for workflow compat -find tools/cpm -type f -exec chmod +x {} \; +find tools/ -name '*.sh' -type f -exec chmod +x {} \; # shellcheck disable=SC2086 tools/cpmutil.sh package fetch -a