1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Oops. Remove extra semicolon in comment.

This commit is contained in:
Bruce Momjian 2001-01-18 19:12:36 +00:00
parent 27677416a8
commit 77b347d24f

View File

@ -42,7 +42,7 @@ awk '
datetime=$2"-"$3 datetime=$2"-"$3
if (workingfile != "") if (workingfile != "")
{ {
# remove semicolon from committer's name # remove semicolon from committers name
gsub(";", "", $5); gsub(";", "", $5);
printf ("%s| %10d|%s\n", datetime, NR-2, workingfile); printf ("%s| %10d|%s\n", datetime, NR-2, workingfile);
printf ("%s| %10d|%s\n", datetime, NR-1, $0); printf ("%s| %10d|%s\n", datetime, NR-1, $0);