mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 19:26:36 +02:00
Remove excess quote
This commit is contained in:
parent
a7f6bc004b
commit
34677656e7
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@
|
|||
(process->sexp
|
||||
'(foment -e "(write (features))"))))
|
||||
(generic "generic" #f #f
|
||||
,(delay
|
||||
'(write-string "generic\n")))
|
||||
,(delay (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