diff options
Diffstat (limited to 'scripts/ccwl.in')
-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 _ ...) |