mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
This commit is contained in:
parent
f80b723c66
commit
97d285ab51
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
Loading…
Reference in New Issue
Block a user