projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc61921
)
Fix to first problem causing Cygwin Perl to fail to build
Steve Peters [Thu, 7 Sep 2006 14:24:18 +0000 (14:24 +0000)]
in a path with spaces in it.
p4raw-id: //depot/perl@28803
cygwin/Makefile.SHs
patch
|
blob
|
blame
|
history
diff --git
a/cygwin/Makefile.SHs
b/cygwin/Makefile.SHs
index
fb74a1b
..
52168a9
100644
(file)
--- a/
cygwin/Makefile.SHs
+++ b/
cygwin/Makefile.SHs
@@
-22,7
+22,7
@@
case $PERL_CONFIG_SH in
;;
esac
-addtopath=`pwd`
+addtopath=`pwd | sed -e 's/ /\\\ /g'`
$spitshell >>Makefile <<!GROK!THIS!
cygwin.c: cygwin/cygwin.c