diff options
-rwxr-xr-x | scripts/ccwl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index 1215486..c9250cc 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -80,8 +80,9 @@ Compile SOURCE-FILE. program) (current-error-port)) (exit (assq 'help args))) - ;; FIXME: Compiling ccwl files fails since the workflow macro is - ;; unable to access command definitions. + ;; We don't need to compile ccwl files. Loading is sufficient + ;; for our purposes. Besides, compiling would fail since the + ;; workflow macro cannot access command definitions. (set! %load-should-auto-compile #f) (let ((to (assq-ref args 'to))) ((cond |