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