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:
parent
3c359c3e2e
commit
0cde0bcd2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue