0.9.14.1
[sbcl.git] / sbcl-pwd.sh
index e4be84d..d408005 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