diff --git a/build.sh b/build.sh index aa1ad9b..271501a 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,9 @@ -f [ -z "${RPI}" ] ; then +#!/bin/bash + +set -e +set -x + +if [ -z "${RPI}" ] ; then echo "\$RPI missing, exting" exit 1 fi