From c937863fd417aa786d4faad9af6f5af466ee397d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Dec 2025 01:23:37 +0000 Subject: scripts: Do not wrap simple condition in condition. --- scripts/ccwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ccwl b/scripts/ccwl index c77968a..29c64bf 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -94,8 +94,8 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (workflow? result)) result (raise-exception - (condition (formatted-message "Last expression in file ~a returns none of workflow, command or js-expression" - source))))) + (formatted-message "Last expression in file ~a returns none of workflow, command or js-expression" + source)))) port)) (define (main args) -- cgit 1.4.1