mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-02 09:49:45 +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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
set -e
|
||||||
|
|
||||||
install_zeromq() {
|
install_zeromq() {
|
||||||
pushd .
|
pushd .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user