From 6d55192c7ec8d001f1ce3678f16449465a97a934 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Mon, 13 Jul 2020 18:21:01 +0900 Subject: [PATCH] related to #429 see side effects. --- lisp/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/util.lisp b/lisp/util.lisp index faae6c1..9c5e67a 100644 --- a/lisp/util.lisp +++ b/lisp/util.lisp @@ -76,7 +76,7 @@ Returns NIL when the package in the symbol prefix is not available." (read-call "local-project-build-hash" :rebuild t) (or (and (or (read-call "ql-dist:find-system" imp) - (read-call "ql:where-is-system" imp)) + #+nil(read-call "ql:where-is-system" imp)) (read-call "ql:quickload" imp :silent t)) (roswell:include (format nil "~A-~A" prefix name))) #1#)))))