Merge pull request #43 from rpasichnyk/improve_build_script

stop script on errors
This commit is contained in:
Benjamin Vedder 2017-09-22 13:21:13 +02:00 committed by GitHub
commit 8f72fb0012
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
FWPATH="../"
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )