提交 e636fbd6 编写于 作者: P prgrmz01@163.com

fix:clone

还是有问题: replace_gitmodules_url.py 干事了 但是日志没到/tmp/git.log
上级 4827b1df
......@@ -13,7 +13,7 @@ echo "pwd:`pwd`; /usr/bin/git.original $new_args" >> /tmp/git.log
#如果不含clone, 则处理完毕了
pyf=/tmp/`date +%s`
echo "s=\"${new_args}\";print(\" clone \" in s) " > $pyf
echo "s=\"${new_args}\";print(\"clone \" in s) " > $pyf
if [ "`python $pyf`" = "False" ] ; then
echo "not clone cmd[${new_args}],done" >> /tmp/git.log
exit 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册