Abort when the generator fails (e.g. because of syntax errors in the config)

This commit is contained in:
Matthias Schiffer 2013-09-29 12:48:12 +02:00
parent 38563ffabd
commit 73f3572c9f

View File

@ -1,7 +1,8 @@
#!/usr/bin/env bash
declare -a IN
set -e
declare -a IN
GLUONDIR="$(dirname "$0")/.."