Skip to content

Commit 4291ccc

Browse files
committed
Protect against spaces in build directory name when extracting .PL files
1 parent 20f91e4 commit 4291ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.SH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ lib/re.pm: ext/re/re.pm
965965
966966
$(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
967967
@-rm -f $@
968-
$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I`pwd`/lib [email protected]
968+
$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I"`pwd`/lib" [email protected]
969969
970970
x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
971971
cd x2p; $(LDLIBPTH) $(MAKE) s2p

0 commit comments

Comments
 (0)