提交 77b347d2 编写于 作者: B Bruce Momjian

Oops. Remove extra semicolon in comment.

上级 27677416
......@@ -42,7 +42,7 @@ awk '
datetime=$2"-"$3
if (workingfile != "")
{
# remove semicolon from committer's name
# remove semicolon from committers name
gsub(";", "", $5);
printf ("%s| %10d|%s\n", datetime, NR-2, workingfile);
printf ("%s| %10d|%s\n", datetime, NR-1, $0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册