[gnome-ostree/wip/gjs: 1/2] autogen: Use set -e so we actually error out on failure



commit 41566f388016f72ac0386e2519332ac492c95838
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 6 17:36:08 2012 -0500

    autogen: Use set -e so we actually error out on failure
    
    Such as not having submodules set up.

 autogen.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6035bc0..83779c7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]