From ad8124ac0d9fd64a865db0bf053a1a4f1d7461e1 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 10 Oct 2025 02:15:22 +0200 Subject: [PATCH] fix script --- format.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/format.sh b/format.sh index 37fb18baa..51fccbdcf 100755 --- a/format.sh +++ b/format.sh @@ -263,11 +263,6 @@ if [[ $branch ]]; then if [[ $name =~ $filerx ]]; then shell_names+=("$name") fi - for include in "${cmakeinclude[@]}"; do - if [[ $name == "$include" ]]; then - shell_names+=("$name") - fi - done done fi else