From ac0715673488be9dbc1cdc131198a78b4556e6ee Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 20 Jun 2026 11:04:58 +0100 Subject: scripts: Prefer let to let*. --- scripts/ccwl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts') 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 -- cgit 1.4.1