mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
This commit is contained in:
parent
f80b723c66
commit
97d285ab51
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue