diff options
Diffstat (limited to 'stdlib/load-args.tl')
-rw-r--r-- | stdlib/load-args.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/load-args.tl b/stdlib/load-args.tl index 7877f24f..a1c2d7eb 100644 --- a/stdlib/load-args.tl +++ b/stdlib/load-args.tl @@ -41,7 +41,7 @@ `@name.tlo.gz`) lp name lp))) (compile-update-file self)) - [mapdo compile-update-file files]) + (mapdo [orf compile-update-file load] files)) ((:clean) (clean-file (base-name *load-path*)) [mapdo clean-file files]) |