diff options
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r-- | src/interp/daase.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp index b2b8f8c7..66efc4e4 100644 --- a/src/interp/daase.lisp +++ b/src/interp/daase.lisp @@ -939,7 +939,7 @@ (defun get-current-directory () (namestring (extensions::default-directory))) -#+(or :akcl :gcl :clisp :sbcl) +#-:cmu (defun get-current-directory () (namestring (truename ""))) |