提交 d49a2971 编写于 作者: S stoneMo 提交者: Xinran Xu

Update prepare.sh

上级 02783250
#!/bin/bash -e
git_version=$(git --version)
if [ >= "1.8.4" ]; then
echo "Since git 1.8.4 (August 2013), you don't have to be at top-level to run git submodule update."
else
echo "You have to update your git version to 1.8.4 or later."
exit -1
fi
cd $(dirname $0)
git submodule sync
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册