make build script exit with non-zero status on error

This commit is contained in:
Dan Miller 2016-10-20 14:30:08 -07:00
parent 05046a5f21
commit d6dca1368a
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
source ./utils.sh
pushd $(pwd)
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

1
monero Submodule

@ -0,0 +1 @@
Subproject commit 0b93dd39dbad9f29af6ea9f5800ced17b7c60ec9