This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix the shebang portability of the build.sh script
Stéphane Aulery
5 years ago
parent
d09ac8943a
commit
8ad3a1f41f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
build.sh
+ 1
- 1
build.sh
View File
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
release_mode=$1