Added safety checks to build script

This commit is contained in:
Ethan P 2019-06-21 14:55:43 -07:00
parent 2247eed03f
commit 95631f78f4
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

View File

@ -13,6 +13,7 @@ LIB="$HERE/lib"
source "${LIB}/print.sh"
source "${LIB}/opt.sh"
# -----------------------------------------------------------------------------
set -eo pipefail
# Runs the next build step.
#