1.0.12.33: Have foreign.test.sh create .so files under the test directory
[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