mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Merge pull request #308 from cxxxr/fix-lispworks-install
Fix lispworks install
This commit is contained in:
commit
7d78af57f7
|
|
@ -12,7 +12,8 @@
|
|||
(loop :until (null args)
|
||||
:for arg := (pop args)
|
||||
:do (cond ((string= arg \"--eval\")
|
||||
(eval (read-from-string (pop args))))))))
|
||||
(eval (read-from-string (pop args)))))))
|
||||
(lw:start-tty-listener))
|
||||
|
||||
(pushnew '(\"Main\" (:priority 60000000 :restart-action :continue) main)
|
||||
mp:*initial-processes*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue