Merge pull request #308 from cxxxr/fix-lispworks-install

Fix lispworks install
This commit is contained in:
SANO,Masatoshi 2018-03-22 02:59:39 +09:00 committed by GitHub
commit 7d78af57f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*)