From 0cde0bcd2d4874bda980c6e4153efeae62487c3a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 12 May 2007 15:50:09 +0000 Subject: [PATCH] Add "set -e" so that the script fails if any command fails. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9808 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 86e9ae210..0e3dd0704 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,6 +6,7 @@ # when upgrading the autotools. Otherwise this script will ensure the latest is copied from # your autotool installation. +set -e set -x test -d Tools/config || mkdir Tools/config ${ACLOCAL-aclocal} -I Tools/config