X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/ae8efc8656a36c7ae93ec9ee33cad13886532428..4eb2980279918de79e58519ce4865a301fea9a51:/dot/lisp-init.lisp diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index aae544a..f037d1f 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -33,7 +33,7 @@ (let ((#1=#:sbcl-src #p"/usr/share/sbcl-source/")) #+(and unix (or sbcl clisp cmu)) (let ((#1=#:home (pathname (concatenate 'string (or #+sbcl (sb-posix:getenv "HOME") - #+clisp (ext:getent "HOME") + #+clisp (ext:getenv "HOME") #+cmu (unix:unix-getenv "HOME") "/home/mdw") "/"))))