diff options
author | Arun Isaac | 2021-07-03 18:42:31 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-04 18:16:42 +0530 |
commit | 74caec6d8ddb23f72e2b08d7a0e13dcade01ec09 (patch) | |
tree | cf374b618afbfd3efa17e4db365fad610d48e7b2 /scripts | |
parent | 75a1cfd2929b55b6212862bf3833d34130b6b9e4 (diff) | |
download | ccwl-74caec6d8ddb23f72e2b08d7a0e13dcade01ec09.tar.gz ccwl-74caec6d8ddb23f72e2b08d7a0e13dcade01ec09.tar.lz ccwl-74caec6d8ddb23f72e2b08d7a0e13dcade01ec09.zip |
scripts: Do not compile ccwl files.
* scripts/ccwl.in: Do not compile ccwl files.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ccwl.in b/scripts/ccwl.in index 4764cd2..939cdf2 100755 --- a/scripts/ccwl.in +++ b/scripts/ccwl.in @@ -31,6 +31,9 @@ (match (command-line) ((_ "compile" input-file) + ;; FIXME: Compiling ccwl files fails since the workflow macro is + ;; unable to access command definitions. + (set! %load-should-auto-compile #f) (scm->yaml (load (canonicalize-path input-file)) (current-output-port))) ((program _ ...) |