Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2284cfa

Browse files
committed
Quote PERL expansion for Win32 path that might have spaces.
1 parent e76bcb8 commit 2284cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

+2-2
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)