diff --git a/compile.sh b/compile.sh index 4a579b4..9c59ea7 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h. diff --git a/debug.sh b/debug.sh index d65591a..08657e6 100755 --- a/debug.sh +++ b/debug.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h. diff --git a/flash.sh b/flash.sh index e90f3a5..3c3445b 100755 --- a/flash.sh +++ b/flash.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h.