1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Fix spacing in copyright.pl after being run with missing regex slash

(now added).

Backpatch to 9.2.
This commit is contained in:
Bruce Momjian 2012-07-06 10:57:08 -04:00
parent 75d5e54f78
commit 06850473fb

View File

@ -46,7 +46,7 @@ sub wanted
{
# We only care about lines with a copyright notice.
next unless $line =~ m/$cc . *$pgdg /;
next unless $line =~ m/$cc.*$pgdg/;
# We stop when we've done one substitution. This is both for
# efficiency and, at least in the case of this program, for