mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05: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
a652b0c78c
commit
d710116c64
1 changed files with 2 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ sub fetchRegressOpts
|
|||
my $m = <$handle>;
|
||||
close($handle);
|
||||
my @opts;
|
||||
|
||||
$m =~ s{\\\r?\n}{}g;
|
||||
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue