From 4eb2980279918de79e58519ce4865a301fea9a51 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] dot/lisp-init.lisp: Fix stupid typo. It turns out that Clisp can't actually do the translations. --- dot/lisp-init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #+(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") "/")))) -- 2.11.0