diff --git a/build.sh b/build.sh index b36104e..3e5ff23 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,8 @@ #!/bin/bash ARG=${1:-'--confirm'} +set -e + cd "$(dirname "${BASH_SOURCE[0]}")" # Clean-up from last build