0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00
bitcoin-core/autogen.sh
Josh Triplett 97d285ab51 autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
2013-11-27 17:24:26 -08:00

3 lines
33 B
Bash
Executable file

#!/bin/sh
set -e
autoreconf -vif