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

index fb74a1b..52168a9 100644 (file)
@@ -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