summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cygwin/Makefile.SHs2
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