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

Commit2284cfa

Browse files
committed
Quote PERL expansion for Win32 path that might have spaces.
1 parente76bcb8 commit2284cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.191 2004/08/01 06:19:19 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.192 2004/08/15 00:41:51 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -207,7 +207,7 @@ X = @EXEEXT@
207207

208208
# Perl
209209

210-
PERL= @PERL@
210+
PERL="@PERL@"# quoted for pathname with spaces
211211
perl_archlibexp= @perl_archlibexp@
212212
perl_privlibexp= @perl_privlibexp@
213213
perl_useshrplib= @perl_useshrplib@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp