mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Oops. Remove extra semicolon in comment.
This commit is contained in:
parent
27677416a8
commit
77b347d24f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue