mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 11:16:36 +02:00
Write features directly instead of using subprocess
This commit is contained in:
parent
0dfabd3867
commit
a7f6bc004b
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@
|
|||
'(foment -e "(write (features))"))))
|
||||
(generic "generic" #f #f
|
||||
,(delay
|
||||
(process->sexp
|
||||
'(echo "generic"))))
|
||||
'(write-string "generic\n")))
|
||||
(gauche "gosh" (gosh -E "print (gauche-version)") "0.9.4"
|
||||
,(delay
|
||||
(process->sexp
|
||||
|
|
Loading…
Add table
Reference in a new issue