${ignore-shebang}
${set-script-feature})
+;; An expression to determine the version information for the running Lisp.
+lisp-version =
+ (list (list* \'lisp
+ (lisp-implementation-type)
+ (multiple-value-list (lisp-implementation-version)))
+ (cons \'asdf
+ (asdf:component-version (asdf:find-system "asdf"))))
+
;; Full pathname to custom image.
image-path = ${@image-dir}/${image-file}
-;; Command to delete image.
-delete-image = rm -f ${image-path}
-
;;;--------------------------------------------------------------------------
[sbcl]