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 f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0 requires it of older branches.
This commit is contained in:
parent
6d45ee572d
commit
d168d0e6a7
@ -219,6 +219,8 @@ sub fetchRegressOpts
|
||||
my $m = <$handle>;
|
||||
close($handle);
|
||||
my @opts;
|
||||
|
||||
$m =~ s{\\\r?\n}{}g;
|
||||
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user