diff --git a/autogen.sh b/autogen.sh index 0ed846b..1762b7d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ rm -rf autom4te.cache rm -f aclocal.m4 ltmain.sh -if [ -d ".git"]; then +if [ -d ".git" ]; then echo "Getting all submodules" if [ $(git submodule status | cut -c1 | grep "-") ]; then echo "A few submodules are not initializied."