summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-09-24 08:30:07 -0400
committerColin Walters <walters@verbum.org>2012-09-24 08:30:54 -0400
commita864e2cc192a04e59ab1ad3cdec3dc9313adfa2e (patch)
tree048b7c7a17e2121e7d9f55fc996ce5d45c6e0c58
parent26e487bacffe34a1ff9c2d8eab5bab00400eba5d (diff)
downloadostree-a864e2cc192a04e59ab1ad3cdec3dc9313adfa2e.tar.gz
autogen.sh: Use set -e
Otherwise we blindly continue if autoreconf fails, which is pretty damn lame.
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 00281da0..75a16b68 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,8 @@ if test -z $AUTORECONF; then
exit 1
fi
+set -e
+
mkdir -p m4
# Fetch submodules if needed