mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10:00
Add shebang to bin/build.sh
Without the shebang, the buildscript might fail on environments which do not use `bash` or a compatible shell as default. This PR fixes the issue and makes the script more robust to the environment.
This commit is contained in:
parent
5be616b3ab
commit
ec0b7bea5d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
declare -i TEST_RESULT=0
|
declare -i TEST_RESULT=0
|
||||||
FAILED_EXERCISES=''
|
FAILED_EXERCISES=''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue