#5074: Added set -e to bootstrap.sh

This should make it so that if any of the commands in the script fail,
the whole script fails.
This commit is contained in:
Christopher Allan Webber 2015-04-23 11:36:55 -05:00
parent 364253857b
commit a1bde56fd2

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
aclocal -I m4 --install
autoreconf -fvi