mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Recognize Makefile line continuations in fetchRegressOpts().
Back-patch to 9.0 (all supported versions). This is mere
future-proofing in the context of the master branch, but commit
f6dc6dd5ba
requires it of older branches.
This commit is contained in:
parent
26674c923d
commit
43b56171b1
@ -338,6 +338,8 @@ sub fetchRegressOpts
|
|||||||
my $m = <$handle>;
|
my $m = <$handle>;
|
||||||
close($handle);
|
close($handle);
|
||||||
my @opts;
|
my @opts;
|
||||||
|
|
||||||
|
$m =~ s{\\\r?\n}{}g;
|
||||||
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user