mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-17 01:47:34 +02:00
Fix leftover Mosh import from Ypsilon
This commit is contained in:
parent
5796a0f5e7
commit
212bab503d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(lambda (tmp-path out preserve)
|
||||
(with-output-to-file tmp-path
|
||||
(lambda ()
|
||||
(display "(import (scheme base) (scheme write) (mosh config))")
|
||||
(display "(import (scheme base) (scheme write))")
|
||||
(newline)
|
||||
(display "(display (features))")))
|
||||
(process->sexp
|
||||
|
|
Loading…
Add table
Reference in a new issue