Commit 77b347d2 authored by Bruce Momjian's avatar Bruce Momjian

Oops. Remove extra semicolon in comment.

parent 27677416
...@@ -42,7 +42,7 @@ awk ' ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment