mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
typo...
This commit is contained in:
parent
fee972f44e
commit
8ce52d59c8
|
|
@ -8,7 +8,7 @@
|
|||
"Parse the lisp version string (such as ccl-bin/1.11) and set it to the correct config slot(s)"
|
||||
(destructuring-bind (lisp version) (parse-version-spec impl)
|
||||
(cond
|
||||
((let (func (module "use" lisp))
|
||||
((let ((func (module "use" lisp)))
|
||||
(when func
|
||||
(apply func lisp version args))
|
||||
func))
|
||||
|
|
|
|||
Loading…
Reference in a new issue