aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/image.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.lisp b/src/image.lisp
index 969cea0..eb27942 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -106,7 +106,7 @@ Thus, PREREQUEST must not start up any threads."
#+sbcl (defvar *sbcl-runtime-cksum* (local-cksum sb-ext:*runtime-pathname*))
(defvar *us*
- #+sbcl sb-ext:*core-pathname*
+ #+sbcl sb-ext:*runtime-pathname*
#+(and linux (not sbcl)) (resolve-symlinks "/proc/self/exe"))
(define-simple-error wrong-execution-context-for-image-dump (aborted-change))