mediagoblin/bootstrap.sh
Christopher Allan Webber a1bde56fd2 #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.
2015-04-23 11:36:55 -05:00

10 lines
102 B
Bash
Executable File

#!/bin/bash
set -e
aclocal -I m4 --install
autoreconf -fvi
git submodule init
git submodule update