#5074: Added set -e to bootstrap.sh
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 23 Apr 2015 16:36:55 +0000 (11:36 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 23 Apr 2015 16:36:55 +0000 (11:36 -0500)
This should make it so that if any of the commands in the script fail,
the whole script fails.

bootstrap.sh

index 05c84d468c90a89b7f561e003c50fa71f073d173..bc866703e572329dfac7eb08239590625868107c 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 aclocal -I m4 --install
 autoreconf -fvi