mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-10 14:37:34 +02:00
Fix mistake in .class file checking
This commit is contained in:
parent
8845a7983f
commit
c814812879
1 changed files with 2 additions and 2 deletions
|
@ -1955,9 +1955,9 @@
|
|||
(install-dir (get-install-source-dir impl cfg))
|
||||
(dest-class-file (make-path install-dir class-file))
|
||||
(path (make-path install-dir dest-class-file)))
|
||||
(default-installer impl cfg library dir)
|
||||
(when (file-exists? source-class-file)
|
||||
(default-installer impl cfg library dir))
|
||||
(install-file cfg source-class-file dest-class-file)))
|
||||
(install-file cfg source-class-file dest-class-file))))
|
||||
|
||||
;; installers should return the list of installed files
|
||||
(define (lookup-installer installer)
|
||||
|
|
Loading…
Add table
Reference in a new issue