Move "/usr/bin/env bash" to simply "/bin/sh"
[mediagoblin.git] / bootstrap.sh
1 #!/bin/sh
2
3 set -e
4
5 aclocal -I m4 --install
6 autoreconf -fvi
7
8 git submodule init
9 git submodule update