mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Re-enable demo on *nix
This commit is contained in:
+1
-2
@@ -161,8 +161,7 @@ build_odin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run_demo() {
|
run_demo() {
|
||||||
#./odin run examples/demo -vet -strict-style -- Hellope World
|
./odin run examples/demo -vet -strict-style -- Hellope World
|
||||||
./odin report
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user