mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue