提交 ff8f9d52 编写于 作者: wenliang999's avatar wenliang999

Update download_toolchain.sh

上级 4cbe76ff
...@@ -148,7 +148,7 @@ function SHELL_FUNCTION_KERNAL_GIT_CLONE(){ ...@@ -148,7 +148,7 @@ function SHELL_FUNCTION_KERNAL_GIT_CLONE(){
git_branch=${git_branch%% *} git_branch=${git_branch%% *}
echo "git_branch : ${git_branch}" echo "git_branch : ${git_branch}"
echo "git_cmd : git clone ${git_repository_https} --depth 2 -b ${git_branch}" echo "git_cmd : git clone ${git_repository_https} --depth 1 -b ${git_branch}"
git clone ${git_repository_https} --quiet --depth 1 -b ${git_branch} git clone ${git_repository_https} --quiet --depth 1 -b ${git_branch}
mv ${git_project} toolchain-${git_branch} mv ${git_project} toolchain-${git_branch}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册