1.0.12: release, will be tagged as sbcl_1_0_12
[sbcl.git] / sbcl-pwd.sh
index e4be84d..ceded1e 100644 (file)
@@ -5,7 +5,7 @@
 
 sbcl_pwd() {
     if [ "$OSTYPE" = "cygwin" ] ; then
-       SBCL_PWD=`cygpath -m $a(pwd)`
+       SBCL_PWD=`cygpath -m "$(pwd)"`
     else
        SBCL_PWD=`pwd`
     fi