fail on any error

This commit is contained in:
Michael Kirk 2018-11-26 17:53:07 -07:00
parent 5213fbe210
commit 63553a782b
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
# PROJECT_DIR will be set when run from xcode, else we infer it
if [ "${PROJECT_DIR}" = "" ]; then
PROJECT_DIR=`git rev-parse --show-toplevel`