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

Commitea7f18d

Browse files
committed
fix perl thinko
1 parent42a65e3 commitea7f18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Solution;
33
#
44
# Package that encapsulates a Visual C++ solution file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.24 2007/05/1500:15:01 adunstan Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.25 2007/05/1501:57:57 adunstan Exp $
77
#
88
use Carp;
99
use strict;
@@ -125,7 +125,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
125125
print O"#define HAVE_KRB5_TICKET_ENC_PART2 1\n";
126126
print O"#define PG_KRB_SRVNAM\"postgres\"\n";
127127
}
128-
if (my$port =$self->{options}->{--with-pgport})
128+
if (my$port =$self->{options}->{"--with-pgport"})
129129
{
130130
print O"#define DEF_PGPORT$port\n";
131131
print O"#define DEF_PGPORT_STR\"$port\"\n";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp