From: Mark Wooding Date: Fri, 14 May 2021 20:53:00 +0000 (+0100) Subject: runlisp-base.conf: Delete spurious `delete-image' setting. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/eeee48a6bcb1517bbca12e1bcc97bbd6db2ab78d runlisp-base.conf: Delete spurious `delete-image' setting. Probably added the same time as `-d'. --- diff --git a/runlisp-base.conf b/runlisp-base.conf index 00bfa91..f6dea72 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -114,9 +114,6 @@ dump-image-prelude = ;; Full pathname to custom image. image-path = ${@image-dir}/${image-file} -;; Command to delete image. -delete-image = rm -f ${image-path} - ;;;-------------------------------------------------------------------------- [sbcl]