aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 51254152..6b83d268 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -2274,7 +2274,7 @@ numberize x ==
++ If there is a local reference to mode `m', return it.
localReferenceIfThere m ==
m = "$" => m
- idx := NRTassocIndex m => ["getShellEntry","$",idx]
+ idx := NRTassocIndex m => ['%tref,'$,idx]
quoteForm m
massageLoop x == main x where