Problem: snowballing

Solution: stop bash on first error
This commit is contained in:
Simon Giesecke 2018-04-03 12:35:39 +02:00
parent 83f854869a
commit 68cbb9e57c

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -x
set -e
install_zeromq() {
pushd .