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

Update download_toolchain.sh

上级 1af1dd76
......@@ -26,9 +26,9 @@ git_branch_common=script
git_repository_git="git@${git_address}:${git_group}/${git_project}.git"
git_repository_https="https://${git_address}/${git_group}/${git_project}.git"
if [ ${git_access_use_https} ]; then
git_repository_address=${git_repository_git}
else
git_repository_address=${git_repository_https}
else
git_repository_address=${git_repository_git}
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册