mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00: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
|
||||
FAILED_EXERCISES=''
|
||||
|
||||
|
|
Loading…
Reference in a new issue