Skip to content
Snippets Groups Projects
Commit 64701a44 authored by ram's avatar ram
Browse files

Got conditional backwards in setting up Library:.

parent 52c82bef
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.25 1994/11/01 19:35:11 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.26 1994/11/06 19:48:24 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -91,8 +91,8 @@
(setf (search-list "library:")
(or (parse-unix-search-list :cmucllib)
'(#-mach "/usr/misc/.cmucl/lib/"
#+mach "/usr/local/lib/cmucl/lib/"))))
'(#+mach "/usr/misc/.cmucl/lib/"
#-mach "/usr/local/lib/cmucl/lib/"))))
......
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