aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-04-09 21:08:30 +0530
committerArun Isaac2022-04-09 21:08:30 +0530
commit36f80cc1a4db4d7d67e0a1275579ceb9b9821ca2 (patch)
tree43040f97a528c60fd9c324a0199e1ea80dd1a39c
parentffddcbddfb49e4bac9497dd87b21c5d5a1feebd6 (diff)
downloadccwl-36f80cc1a4db4d7d67e0a1275579ceb9b9821ca2.tar.gz
ccwl-36f80cc1a4db4d7d67e0a1275579ceb9b9821ca2.tar.lz
ccwl-36f80cc1a4db4d7d67e0a1275579ceb9b9821ca2.zip
scripts: Do not auto-compile the ccwl script.
* scripts/ccwl: Add --no-auto-compile to shebang.
-rwxr-xr-xscripts/ccwl2
1 files changed, 1 insertions, 1 deletions
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 <arunisaac@systemreboot.net>