[gnome-games] build: Exit if commands fail during autogen.sh
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] build: Exit if commands fail during autogen.sh
- Date: Mon, 15 Aug 2016 15:54:42 +0000 (UTC)
commit 5d6da20d8e9d478ceaeac833b907ce9e1ff1e493
Author: Bastien Nocera <hadess hadess net>
Date: Sat Aug 13 19:30:50 2016 +0200
build: Exit if commands fail during autogen.sh
https://bugzilla.gnome.org/show_bug.cgi?id=769837
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 8a2ddce..9911d60 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
echo "" >&2
fi
-set -x
+set -e
#aclocal --install || exit 1
#glib-gettextize --force --copy || exit 1
#gtkdocize --copy || exit 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]