提交 79882c28 编写于 作者: J Junio C Hamano

git-checkout-script: Remove unnecessary variable.

There was unused variable $i that counted the number of arguments
being processed.  Remove it.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 06ec2b4b
......@@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
fi
;;
esac
i=$(($i+1))
done
[ -z "$new" ] && new=$old
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册