mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Oops. Remove extra semicolon in comment.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user