Fix check submodules

This commit is contained in:
Lorenz Meier 2016-02-13 11:39:51 +01:00
parent f577f2efb0
commit fbb201845b
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ if [ -d $1 ];
fi
else
git submodule update --init --recursive;
git submodule update;
fi
}