diff options
author | Arun Isaac | 2021-05-24 17:01:47 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-24 17:03:03 +0530 |
commit | aabbd7069b57ef830ff482cf5fc5645912fc4195 (patch) | |
tree | 76f781fab0ecbdd6d77942989ab2a833f19592b2 /scripts | |
parent | d4d56c40286a28ecbe0f5dd94629cb4b947153c2 (diff) | |
download | ccwl-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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |