mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
reduce lines.
This commit is contained in:
parent
3346e797c2
commit
2c59be2d19
|
|
@ -161,10 +161,6 @@ have the latest asdf, and this file has a workaround for this.
|
|||
:type "lisp"
|
||||
:defaults (or path
|
||||
(and environment (getenv environment))
|
||||
(let ((path (merge-pathnames ".roswell/lisp/quicklisp/"
|
||||
*default-pathname-defaults*)))
|
||||
(or (ignore-errors (probe-file path))
|
||||
#+clisp(ext:probe-directory path)))
|
||||
(opt "quicklisp"))))
|
||||
(local (ignore-errors
|
||||
(truename
|
||||
|
|
|
|||
Loading…
Reference in a new issue