0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

autogen.sh: Use set -e to fail if any command fails

In preparation for expanding autogen.sh.
This commit is contained in:
Josh Triplett 2013-11-27 17:24:26 -08:00
parent f80b723c66
commit 97d285ab51

View file

@ -1,2 +1,3 @@
#!/bin/sh
set -e
autoreconf -vif