Skip to content
Snippets Groups Projects
Commit 7cb5b8bb authored by toy's avatar toy
Browse files

Patch from Martin Cracauer.

The search-list "modules:" is set to track the search-list "library:"
instead of being set whatever path "library:subsystems/" is set to at
start up.
parent 6e9a215f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.43 2002/01/18 17:58:15 pmai Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.44 2002/07/10 16:40:43 toy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -92,7 +92,7 @@
(setf (search-list "library:")
(or (parse-unix-search-list :cmucllib)
'("/usr/local/lib/cmucl/lib/")))
(setf (search-list "modules:") (ext:unix-namestring "library:subsystems/")))
(setf (search-list "modules:") '("library:subsystems/")))
......
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