diff --git a/src/lsp/config.lsp.in b/src/lsp/config.lsp.in index ee1a0d659..02af3f7b0 100644 --- a/src/lsp/config.lsp.in +++ b/src/lsp/config.lsp.in @@ -121,6 +121,6 @@ Returns, as a string, the version of the software under which ECL runs." (probe-file x))) ((and (setf x (ext:getenv "TMP")) (probe-file x))) - (t (setf x "./"))) + (t (setf x #+unix "/tmp" #-unix "./"))) (si::pathname-translations "TMP" `(("**;*.*" ,(format nil "~A/**/*.*" x)))))