Trying to fix weird shell stuff

This commit is contained in:
ac
2023-12-31 09:54:42 +10:00
parent accd10e804
commit 29a7560940

View File

@@ -57,7 +57,7 @@ image:
FILTERED=$(echo "$FILTERED $d") FILTERED=$(echo "$FILTERED $d")
fi fi
done done
END=$(wc -w <<< $FILTERED) END=$(echo $FILTERED | wc -w)
dir_arr=($FILTERED) dir_arr=($FILTERED)
kibot: kibot:
- 'SEARCH=".kicad_pro"' - 'SEARCH=".kicad_pro"'