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:
parent
c742d1dbe7
commit
b9eb808bf2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user