浏览代码

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

git submodules
Matthias Schiffer 8 年之前
父节点
当前提交
85b857d98a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/update.sh

+ 1 - 0
scripts/update.sh

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