aboutsummaryrefslogtreecommitdiff
path: root/check_all.sh
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-16 18:51:37 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-19 20:03:37 -0400
commit2c40a198fe8755640506d7c61544b79ea5f55ca1 (patch)
treeeab067aa7f2978f3ba12ec68c88fb427c42c1d8f /check_all.sh
parent7022ad8378e307a70c436901c3d2870bf1e38a77 (diff)
Make `check_all.sh` executable, fix two typos
Diffstat (limited to 'check_all.sh')
-rwxr-xr-x[-rw-r--r--]check_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_all.sh b/check_all.sh
index fb32b8cc2..568ac55ba 100644..100755
--- a/check_all.sh
+++ b/check_all.sh
@@ -45,9 +45,9 @@ wasm)
;;
*)
- echo Checking darwin_amd64 - expect vendor:cgtlf panic
+ echo Checking darwin_amd64 - expect vendor:cgltf panic
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
- echo Checking darwin_arm64 - expect vendor:cgtlf panic
+ echo Checking darwin_arm64 - expect vendor:cgltf panic
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
echo Checking linux_i386
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386