Commit 6dfcadaf authored by Bruce Momjian's avatar Bruce Momjian

Fix problem with regex in copyright test.

Report and fix by Kris Jurka
parent 272c289a
...@@ -13,7 +13,7 @@ use warnings; ...@@ -13,7 +13,7 @@ use warnings;
use File::Find; use File::Find;
my $pgdg = 'PostgreSQL Global Development Group'; my $pgdg = 'PostgreSQL Global Development Group';
my $cc = 'Copyright (c) '; my $cc = 'Copyright \(c\) ';
# year-1900 is what localtime(time) puts in element 5 # year-1900 is what localtime(time) puts in element 5
my $year = 1900 + ${[localtime(time)]}[5]; my $year = 1900 + ${[localtime(time)]}[5];
......
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