Merge pull request #676 from PowerPan/PowerPan-gitsubmodules-1

git submodules
This commit is contained in:
Matthias Schiffer 2016-03-06 20:56:23 +01:00
commit 85b857d98a
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do
git checkout $commit 2>/dev/null || git fetch $repo $branch
git checkout -B base $commit
git submodule update --init --recursive
done