aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-06-26 19:53:40 +0100
committerArun Isaac2025-06-26 19:54:11 +0100
commitbd673a4ef08f9154bad8cba4b85ac5dbe1917ee5 (patch)
treed01ba86a391bd97176c11abab1b45adbe3b0371b
parent075f4683a79de6e99f969dfaa41e70b4de01b96e (diff)
downloadravanan-bd673a4ef08f9154bad8cba4b85ac5dbe1917ee5.tar.gz
ravanan-bd673a4ef08f9154bad8cba4b85ac5dbe1917ee5.tar.lz
ravanan-bd673a4ef08f9154bad8cba4b85ac5dbe1917ee5.zip
command-line-tool: Do not auto-compile manifest files on inferior.
The comment was there earlier, but the code was missing! * ravanan/command-line-tool.scm (manifest-file->search-path-sexps): Do not auto-compile manifest files on inferior.
-rw-r--r--ravanan/command-line-tool.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm
index d00dc4a..a97ce80 100644
--- a/ravanan/command-line-tool.scm
+++ b/ravanan/command-line-tool.scm
@@ -447,6 +447,7 @@ Return value is monadic."
(define proc
`(lambda (store)
;; Do not auto-compile manifest files.
+ (set! %load-should-auto-compile #f)
(map search-path-specification->sexp
(manifest-search-paths (load ,manifest-file)))))