about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ccwl12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/ccwl b/scripts/ccwl
index ce1dfd1..3f8ab9b 100755
--- a/scripts/ccwl
+++ b/scripts/ccwl
@@ -118,12 +118,12 @@ Thank you!
     (lambda ()
       (match args
         ((program "compile" args ...)
-         (let* ((args (args-fold args
-                                 %options
-                                 invalid-option
-                                 (lambda (arg result)
-                                   (acons 'source-file arg result))
-                                 '((to . cwl)))))
+         (let ((args (args-fold args
+                                %options
+                                invalid-option
+                                (lambda (arg result)
+                                  (acons 'source-file arg result))
+                                '((to . cwl)))))
            (when (or (assq 'help args)
                      (not (assq-ref args 'source-file)))
              (display (format "Usage: ~a compile [OPTIONS] SOURCE-FILE