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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy