In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4291ccc37ced038dfc84c91175fda3d5e05590c4?hp=20f91e418dfa8bdf6cf78614bfebebc28a7613ee>
- Log ----------------------------------------------------------------- commit 4291ccc37ced038dfc84c91175fda3d5e05590c4 Author: Andy Dougherty <[email protected]> Date: Mon Jun 1 12:34:36 2009 -0400 Protect against spaces in build directory name when extracting .PL files ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 [email protected] + $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I"`pwd`/lib" [email protected] x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL cd x2p; $(LDLIBPTH) $(MAKE) s2p -- Perl5 Master Repository
