aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-05-24 17:01:47 +0530
committerArun Isaac2021-05-24 17:03:03 +0530
commitaabbd7069b57ef830ff482cf5fc5645912fc4195 (patch)
tree76f781fab0ecbdd6d77942989ab2a833f19592b2
parentd4d56c40286a28ecbe0f5dd94629cb4b947153c2 (diff)
downloadccwl-aabbd7069b57ef830ff482cf5fc5645912fc4195.tar.gz
ccwl-aabbd7069b57ef830ff482cf5fc5645912fc4195.tar.lz
ccwl-aabbd7069b57ef830ff482cf5fc5645912fc4195.zip
Remove unnecessary -s flag from shebang.
* pre-inst-env.in, scripts/ccwl.in: Remove unnecessary -s flag from shebang.
-rw-r--r--pre-inst-env.in2
-rwxr-xr-xscripts/ccwl.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index 87a286a..c7183a9 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -1,4 +1,4 @@
-#! @GUILE@ -s
+#! @GUILE@
-*- scheme -*-
!#
;;; ccwl --- Concise Common Workflow Language
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