mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-17 09:57: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)
|
(lambda (tmp-path out preserve)
|
||||||
(with-output-to-file tmp-path
|
(with-output-to-file tmp-path
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(display "(import (scheme base) (scheme write) (mosh config))")
|
(display "(import (scheme base) (scheme write))")
|
||||||
(newline)
|
(newline)
|
||||||
(display "(display (features))")))
|
(display "(display (features))")))
|
||||||
(process->sexp
|
(process->sexp
|
||||||
|
|
Loading…
Add table
Reference in a new issue