mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
just remove unknown case
This commit is contained in:
parent
40f7f90058
commit
679f868131
|
|
@ -175,9 +175,6 @@ have the latest asdf, and this file has a workaround for this.
|
||||||
;; which is <directory containing setup.lisp>/local-projects/ .
|
;; which is <directory containing setup.lisp>/local-projects/ .
|
||||||
for path in `(;; Searches local-project/ in the current directory
|
for path in `(;; Searches local-project/ in the current directory
|
||||||
,local
|
,local
|
||||||
;; This is WHAAAAAT????
|
|
||||||
,(ignore-errors
|
|
||||||
(truename (merge-pathnames "../../../local-projects/" (first (symbol-value symbol)))))
|
|
||||||
;; Searches local-project/ in e.g. ~/.roswell/
|
;; Searches local-project/ in e.g. ~/.roswell/
|
||||||
,(merge-pathnames "local-projects/" (opt "homedir")))
|
,(merge-pathnames "local-projects/" (opt "homedir")))
|
||||||
for probe = (and path (or (ignore-errors (probe-file path))
|
for probe = (and path (or (ignore-errors (probe-file path))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue