Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43b5617

Browse files
committed
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 f6dc6dd requires it of older branches.
1 parent 26674c9 commit 43b5617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/msvc/vcregress.pl

+2
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ sub fetchRegressOpts
338338
my $m = <$handle>;
339339
close($handle);
340340
my @opts;
341+
342+
$m =~ s{\\\r?\n}{}g;
341343
if ($m =~ /^\s*REGRESS_OPTS\s*=(.*)/m)
342344
{
343345

0 commit comments

Comments
 (0)