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:
Norbert Melzer 2016-04-18 01:24:36 +02:00
parent 5be616b3ab
commit ec0b7bea5d

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
declare -i TEST_RESULT=0
FAILED_EXERCISES=''