diff --git a/build.sh b/build.sh index cc79fad..305005f 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash if [ ! -e build.sh ]; then echo "build.sh must be ran from the root of the project."