1.0.10.40: Fix build for windows when source directory contains spaces
[sbcl.git] / sbcl-pwd.sh
index d408005..ceded1e 100644 (file)
@@ -5,7 +5,7 @@
 
 sbcl_pwd() {
     if [ "$OSTYPE" = "cygwin" ] ; then
-       SBCL_PWD=`cygpath -m $(pwd)`
+       SBCL_PWD=`cygpath -m "$(pwd)"`
     else
        SBCL_PWD=`pwd`
     fi