From eeee48a6bcb1517bbca12e1bcc97bbd6db2ab78d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 14 May 2021 21:53:00 +0100 Subject: [PATCH] runlisp-base.conf: Delete spurious `delete-image' setting. Probably added the same time as `-d'. --- runlisp-base.conf | 3 --- 1 file changed, 3 deletions(-) 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] -- 2.11.0