summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 2bd75b8..37f8177 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -101,7 +101,7 @@ association list."
 ;; TODO: Add fine-grained syntax checking.
 (define-syntax command
   (lambda (x)
-    ((syntax-lambda** (#:key stdin #:key* (inputs '()) (outputs '()) run (other '()))
+    ((syntax-lambda** (#:key stdin #:key* inputs outputs run other)
        (let ((inputs
               ;; Canonicalize inputs.
               (map (lambda (x)