mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
autogen.sh: Use set -e
Otherwise we blindly continue if autoreconf fails, which is pretty damn lame.
This commit is contained in:
parent
26e487bacf
commit
a864e2cc19
@ -12,6 +12,8 @@ if test -z $AUTORECONF; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p m4
|
||||
|
||||
# Fetch submodules if needed
|
||||
|
Loading…
Reference in New Issue
Block a user