From: Andy Dougherty Date: Mon, 1 Jun 2009 16:34:36 +0000 (-0400) Subject: Protect against spaces in build directory name when extracting .PL files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4291ccc37ced038dfc84c91175fda3d5e05590c4;p=p5sagit%2Fp5-mst-13.2.git Protect against spaces in build directory name when extracting .PL files --- diff --git a/Makefile.SH b/Makefile.SH index e53d73c..c78aefc 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -965,7 +965,7 @@ lib/re.pm: ext/re/re.pm $(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p @-rm -f $@ - $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I`pwd`/lib $@.PL + $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I"`pwd`/lib" $@.PL x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL cd x2p; $(LDLIBPTH) $(MAKE) s2p