mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-01 01:16:54 +02:00
Problem: snowballing
Solution: stop bash on first error
This commit is contained in:
parent
83f854869a
commit
68cbb9e57c
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
install_zeromq() {
|
||||
pushd .
|
||||
|
Loading…
x
Reference in New Issue
Block a user