#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:
parent
364253857b
commit
a1bde56fd2
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
aclocal -I m4 --install
|
||||
autoreconf -fvi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user