mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
This commit is contained in:
parent
1f95c1ba5f
commit
5b0454a970
|
|
@ -44,7 +44,7 @@ exec ros +Q -m roswell -L sbcl-bin -- $0 "$@"
|
|||
when (ignore-errors (string= line "exec" :end1 4))
|
||||
do (setf opts (parse-argv line))))
|
||||
(roswell:roswell `(,opts "-L" ,(or (ros:opt "*lisp")
|
||||
(ros:opt "lisp"))
|
||||
(ros:opt "default.lisp"))
|
||||
"dump" "executable" ,@argv)
|
||||
:interactive nil)))
|
||||
;;; vim: set ft=lisp lisp:
|
||||
|
|
|
|||
Loading…
Reference in a new issue