mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02: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
|
||||
set -e
|
||||
autoreconf -vif
|
||||
|
Reference in New Issue
Block a user