1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +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 c742d1dbe7
commit b9eb808bf2

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