Add a comment when we do / don't add collections dropdown
[mediagoblin.git] / bootstrap.sh
index 78d0f1c764dd3bebc7692fe46c1c9d91cb8b7030..bc866703e572329dfac7eb08239590625868107c 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
 
+set -e
+
 aclocal -I m4 --install
 autoreconf -fvi
+
+git submodule init
+git submodule update