mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
debug ros dump
This commit is contained in:
parent
c497945480
commit
3554afb84a
|
|
@ -51,7 +51,13 @@ Notably, it must include all nicknames.")
|
|||
conf :test 'equal))))
|
||||
(and lisp version
|
||||
(format nil "~A/~A" lisp version))))
|
||||
(opt "*lisp")
|
||||
(when (opt "*lisp")
|
||||
(let ((lisp (opt "*lisp")))
|
||||
(if (find #\/ lisp)
|
||||
lisp
|
||||
(let ((version (opt (format nil "~a.version" lisp))))
|
||||
(and version
|
||||
(format nil "~A/~A" lisp version))))))
|
||||
(opt "impl")))
|
||||
(homedir))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue