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
This commit is contained in:
Olly Betts 2007-05-12 15:50:09 +00:00
commit 0cde0bcd2d

View file

@ -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