From 36f80cc1a4db4d7d67e0a1275579ceb9b9821ca2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 9 Apr 2022 21:08:30 +0530 Subject: scripts: Do not auto-compile the ccwl script. * scripts/ccwl: Add --no-auto-compile to shebang. --- scripts/ccwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ccwl b/scripts/ccwl index c9250cc..b435f8b 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -1,4 +1,4 @@ -#! /usr/bin/env guile +#! /usr/bin/env guile --no-auto-compile !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021, 2022 Arun Isaac -- cgit v1.2.3