1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00: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