mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
init form: quicklisp errors on NIL
This commit is contained in:
parent
3f554ad7ab
commit
3861628b2f
|
|
@ -46,7 +46,10 @@ exec ros -Q -m roswell -L sbcl-bin -- $0 "$@"
|
|||
"#|-*- mode:lisp -*-|#"
|
||||
"#| <Put a one-line description here>"
|
||||
"exec ros -Q -- $0 \"$@\"" "|#"
|
||||
"(progn ;;init forms" " #+quicklisp (ql:quickload '() :silent t))" ""
|
||||
"(progn ;;init forms"
|
||||
;; inserted alexandria because of `System "nil" not found`
|
||||
" #+quicklisp (ql:quickload '(:alexandria) :silent t))"
|
||||
""
|
||||
(format nil "(defpackage :ros.script.~A.~A" name date)
|
||||
" (:use :cl))"
|
||||
(format nil "(in-package :ros.script.~A.~A)" name date)
|
||||
|
|
|
|||
Loading…
Reference in a new issue