mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit init.ros to pass specified template name to the function
This commit is contained in:
parent
25fce40148
commit
b9f6b01688
|
|
@ -25,7 +25,7 @@ exec ros +Q -m roswell -L sbcl-bin -- $0 "$@"
|
|||
(load path)
|
||||
(ql:quickload name :silent t)
|
||||
(when *main*
|
||||
(apply *main* r)))
|
||||
(apply *main* name r)))
|
||||
(setq path (make-pathname :defaults name :type "ros"))
|
||||
(handler-case
|
||||
(unless
|
||||
|
|
|
|||
Loading…
Reference in a new issue