From aabbd7069b57ef830ff482cf5fc5645912fc4195 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 24 May 2021 17:01:47 +0530 Subject: Remove unnecessary -s flag from shebang. * pre-inst-env.in, scripts/ccwl.in: Remove unnecessary -s flag from shebang. --- scripts/ccwl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ccwl.in') diff --git a/scripts/ccwl.in b/scripts/ccwl.in index 04fed02..4764cd2 100755 --- a/scripts/ccwl.in +++ b/scripts/ccwl.in @@ -1,4 +1,4 @@ -#! @GUILE@ -s +#! @GUILE@ -*- scheme -*- !# ;;; ccwl --- Concise Common Workflow Language -- cgit v1.2.3