chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
60db9fa
)
runlisp-base.conf: Delete spurious `delete-image' setting.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 14 May 2021 20:53:00 +0000
(21:53 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 May 2021 13:59:00 +0000
(14:59 +0100)
Probably added the same time as `-d'.
runlisp-base.conf
patch
|
blob
|
blame
|
history
diff --git
a/runlisp-base.conf
b/runlisp-base.conf
index 00bfa91839073a4e6f4cf63185df34a4c4172448..f6dea72fe1c25846baaedca0fe8aa227c4a5aaf9 100644
(file)
--- 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]