("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
;; Tell some Lisps about my home directory.
-#+sbcl (require :sb-posix)
#+cmu (ext:clear-search-list "HOME")
#+(and unix (or sbcl clisp cmu))
-(let* ((#1=#:homestring (or #+sbcl (sb-posix:getenv "HOME")
+(let* ((#1=#:homestring (or #+sbcl (sb-ext:posix-getenv "HOME")
#+clisp (ext:getenv "HOME")
#+cmu (unix:unix-getenv "HOME")
"/home/mdw"))