Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43b5617

Browse files
committed
Recognize Makefile line continuations in fetchRegressOpts().
Back-patch to 9.0 (all supported versions). This is merefuture-proofing in the context of the master branch, but commitf6dc6dd requires it of older branches.
1 parent26674c9 commit43b5617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp