From fcc6f1f9cc2a0e554d66cd43f8fa9dc304d80491 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Thu, 28 Jan 2010 12:41:03 -0500 Subject: [PATCH] Fix for clisp on mswinxp32 by dherring@tentpost.com. "It fixes what I believe was a typo in commit 2ca055895. Surprisingly, it works on most implementations." --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index ef34f105..66f975df 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -816,7 +816,7 @@ to `~a` which is not a directory.~@:>" ;; ON-DISK), but CMUCL barfs on that. on-disk *package*) - (load asd)) + (load on-disk)) (error 'missing-definition :name name :pathname on-disk))) (delete-package package)))) (let ((in-memory (system-registered-p name))) -- GitLab