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

Commitb81a82e

Browse files
committed
Suppress another CR in program output
This one was exposed bya12c75a.Backpatch to release 11 where check_pg_config was introduced.
1 parent51ad5b9 commitb81a82e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/test/perl/TestLib.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ sub check_pg_config
382382
\$stdout,'2>', \$stderr
383383
ordie"could not execute pg_config";
384384
chomp($stdout);
385+
$stdout =~s/\r$//;
385386

386387
openmy$pg_config_h,'<',"$stdout/pg_config.h"ordie"$!";
387388
my$match = (grep {/^$regexp/ } <$pg_config_h>);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp