From 18abb38029720fd05495f85eb2b9e8e3ed2ef5fa Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Wed, 27 Apr 2016 02:16:38 +0900 Subject: [PATCH] fixed error. --- lisp/locations.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/locations.lisp b/lisp/locations.lisp index 86d811c..1044222 100644 --- a/lisp/locations.lisp +++ b/lisp/locations.lisp @@ -16,7 +16,7 @@ (or (ros:opt ,downcased) ,uri (ros:roswell '("roswell-internal-use" "version" ,downcased) :string t)))) - (push ,name *locations*)))) + (push ,downcased *locations*)))) (defuri clisp-version-uri "http://ftp.gnu.org/pub/gnu/clisp/release/") (defuri 7za-uri "http://sourceforge.net/projects/sevenzip/files/7-Zip/9.20/7za920.zip/download#")