summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/compiler.tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl
index 585712f9..c7ac6009 100644
--- a/stdlib/compiler.tl
+++ b/stdlib/compiler.tl
@@ -2255,8 +2255,8 @@
(".txr" (error "~s: cannot compile TXR files" 'compile-file))
(".tl" (set in-stream (ignerr (open-file in-path))
out-path (or out-path `@{ip-nosuff}.tlo`)))
- (t (set in-stream (or (ignerr (open-file `@{in-path}.tl`))
- (ignerr (open-file in-path)))
+ (t (set in-stream (or (ignerr (open-file in-path))
+ (ignerr (open-file `@{in-path}.tl`)))
out-path (or out-path `@{in-path}.tlo`))))
(unless in-stream