dump-runlisp-image.c (finish_job): Prevent fresh images from junking!
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 16:06:22 +0000 (16:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 16:06:22 +0000 (16:06 +0000)
commitcf51f4b4b4e376229851b142411b81f7b0fd8877
treefd12d1f9e01f1366468cc6f1087238ba4a671d99
parent1740a58ce3b204566212196810c36902b8b1b56c
dump-runlisp-image.c (finish_job): Prevent fresh images from junking!

We'd notice the old images just fine, but the new ones used to get
zapped until you ran a second pass, in which case the symlink was set
correctly.
dump-runlisp-image.c