Skip to content

Commit

Permalink
Handle slashed names more.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Feb 10, 2014
1 parent c51f90a commit fb7740c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist-cache.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ if needed."
(funcall fun system-file-name system)))))

(defun acceptable-system-name (name)
(not (position #\/ name)))
(declare (ignore name))
t)

(defun cache-winning-systems (source &key (recheck t))
"A source may have multiple system files in it. Each system file
Expand Down

0 comments on commit fb7740c

Please sign in to comment.