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

Commitec86ef7

Browse files
committed
Fix another stupid typo...
Jan Urbanski
1 parentdc11595 commitec86ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.52 2010/02/14 14:10:23 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.53 2010/02/15 17:10:50 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -148,7 +148,7 @@ sub mkvcbuild
148148
if ($solution->{options}->{python})
149149
{
150150
# Attempt to get python version and location. Assume python.exe in specified dir.
151-
open(P,$solution->{options}->{python} ."\\python -c\"import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |") ||die"Could not query for pythonversoin!\n";
151+
open(P,$solution->{options}->{python} ."\\python -c\"import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |") ||die"Could not query for pythonversion!\n";
152152
my$pyprefix = <P>;chomp($pyprefix);
153153
my$pyver = <P>;chomp($pyver);
154154
close(P);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp