Skip to content
Snippets Groups Projects
Commit cfc9cbd5 authored by Christophe Rhodes's avatar Christophe Rhodes
Browse files

Fix complete braino in sbcl-specific logic (".sbcl/systems/", not

".sbcl/systems", duh)
parent bd86a3ef
No related branches found
No related tags found
No related merge requests found
;;; 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*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment