about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ccwl4
1 files 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)