This commit is contained in:
SANO Masatoshi 2017-05-18 01:24:29 +09:00
parent 1f95c1ba5f
commit 5b0454a970

View file

@ -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: