mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|||||||
Reference in New Issue
Block a user