SPAN - refactor
This commit is contained in:
parent
a05da99853
commit
63145231c8
|
@ -241,7 +241,10 @@ Enter 'h' for help.")
|
|||
(define answer "")
|
||||
(define SPAN-build-and-cache-dir SPAN-dir)
|
||||
(define SPAN-download-target-dir SPAN-dir)
|
||||
(define SPAN-mirror-url "localhost")
|
||||
(define SPAN-mirror-url (if (file-exists? (string-append SPAN-dir "/mirror"))
|
||||
|
||||
(read (string-append SPAN-dir "/mirror"))
|
||||
"localhost"))
|
||||
;; question 1
|
||||
;;((lambda ()
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue