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:
parent
27677416a8
commit
77b347d24f
@ -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…
x
Reference in New Issue
Block a user