diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-09-07 14:24:18 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-09-07 14:24:18 +0000 |
commit | d7d7d533fb289d8ec4fa1b5fb02f927ed0cb90cc (patch) | |
tree | 85fc97225b4a284f13d79a34a8fa104f6b670cc7 /cygwin | |
parent | cc61921f0ae7ed05d56abbd690cb97eea560d4a9 (diff) | |
download | perl-d7d7d533fb289d8ec4fa1b5fb02f927ed0cb90cc.tar.gz |
Fix to first problem causing Cygwin Perl to fail to build
in a path with spaces in it.
p4raw-id: //depot/perl@28803
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/Makefile.SHs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index fb74a1bb14..52168a9c19 100644 --- 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 |