Abort when the generator fails (e.g. because of syntax errors in the config)
This commit is contained in:
parent
38563ffabd
commit
73f3572c9f
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
declare -a IN
|
||||
set -e
|
||||
|
||||
declare -a IN
|
||||
|
||||
GLUONDIR="$(dirname "$0")/.."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user