1.0.19.3: more careful PROGV and SET
[sbcl.git] / sbcl-pwd.sh
index e4be84d..a835689 100644 (file)
@@ -5,9 +5,9 @@
 
 sbcl_pwd() {
     if [ "$OSTYPE" = "cygwin" ] ; then
-       SBCL_PWD=`cygpath -m $a(pwd)`
+       SBCL_PWD="`cygpath -m \"$(pwd)\"`"
     else
-       SBCL_PWD=`pwd`
+       SBCL_PWD="`pwd`"
     fi
     export SBCL_PWD
 }