about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/tokenize.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/tokenize.mu b/shell/tokenize.mu
index 69ae91d3..19b7c258 100644
--- a/shell/tokenize.mu
+++ b/shell/tokenize.mu
@@ -320,7 +320,7 @@ fn next-token in: (addr gap-buffer), _out-cell: (addr cell), trace: (addr trace)
     }
     # backquote
     {
-      compare g, 0x60/single-quote
+      compare g, 0x60/backquote
       break-if-!=
       var g/eax: grapheme <- read-from-gap-buffer in  # consume
       write-grapheme out, g