aboutsummaryrefslogtreecommitdiff
path: root/src/boot/includer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/includer.boot')
-rw-r--r--src/boot/includer.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/includer.boot b/src/boot/includer.boot
index f9749df2..e286d843 100644
--- a/src/boot/includer.boot
+++ b/src/boot/includer.boot
@@ -75,7 +75,7 @@ shoeNotFound fn ==
shoeReadLispString(s,n) ==
l := #s
n >= l => nil
- readLispFromString strconc( "(", subString(s,n,l-n) ,")")
+ readLispFromString strconc('"(", subString(s,n,l-n) ,'")")
-- read a line from stream
shoeReadLine stream ==