Modify setup.py version syntax to address #5464
[mediagoblin.git] / bootstrap.sh
index 78d0f1c764dd3bebc7692fe46c1c9d91cb8b7030..48e08a2547f917007208ade56e46258e4900c9b0 100755 (executable)
@@ -1,4 +1,9 @@
-#!/bin/bash
+#!/bin/sh
+
+set -e
 
 aclocal -I m4 --install
 autoreconf -fvi
+
+git submodule init
+git submodule update