fixed if condition in autogen.sh

This commit is contained in:
Daniel Haß 2017-02-05 21:44:04 +01:00 committed by Marcel Hollerbach
parent b4821fea18
commit aa0a82f61f
1 changed files with 1 additions and 1 deletions

View File

@ -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."