diff --git a/build/update.sh b/build/update.sh index 905007f6..048b39df 100755 --- a/build/update.sh +++ b/build/update.sh @@ -62,7 +62,7 @@ fi echo "---------------- 更新子模块代码库 ----------------" cd $BASE_DIR -git submodule update --recursive +git submodule update --recursive --progress #检查执行结果是否正常 ERR=$?