diff --git a/asdf.lisp b/asdf.lisp index 86fcaa0ef9a614edb1aae1d85734b446c262d0c1..ba12d018ae3e59f29e00c480a4fb42a82b540401 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -1,4 +1,4 @@ -;;; This is asdf: Another System Definition Facility. $Revision: 1.61 $ +;;; This is asdf: Another System Definition Facility. $Revision: 1.62 $ ;;; ;;; Feedback, bug reports, and patches are all welcome: please mail to ;;; <cclan-list@lists.sf.net>. But note first that the canonical @@ -87,7 +87,7 @@ (in-package #:asdf) -(defvar *asdf-revision* (let* ((v "$Revision: 1.61 $") +(defvar *asdf-revision* (let* ((v "$Revision: 1.62 $") (colon (position #\: v)) (dot (position #\. v))) (and v colon dot @@ -989,7 +989,7 @@ output to *trace-output*. Returns the shell's exit code." *central-registry*) (pushnew - (merge-pathnames ".sbcl/systems" + (merge-pathnames ".sbcl/systems/" (user-homedir-pathname)) *central-registry*)