diff options
author | Arun Isaac | 2021-04-25 23:43:47 +0530 |
---|---|---|
committer | Arun Isaac | 2021-04-26 00:25:07 +0530 |
commit | d68dc8541cbcc3d04b43bdad8bed5718d18b4676 (patch) | |
tree | 2a84cee044bc44fa9472d913600d348b699cf907 /scripts | |
parent | 95f771b096ad7e9728b16c619f3644b177cea4d3 (diff) | |
download | ccwl-d68dc8541cbcc3d04b43bdad8bed5718d18b4676.tar.gz ccwl-d68dc8541cbcc3d04b43bdad8bed5718d18b4676.tar.lz ccwl-d68dc8541cbcc3d04b43bdad8bed5718d18b4676.zip |
Set path to guile in shebang from configure.
* configure.ac: Generate scripts/ccwl.
* scripts/ccwl: Rename to ...
* scripts/ccwl.in: ... this. Set path to guile in shebang as an
autoconf substitution.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ccwl.in (renamed from scripts/ccwl) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl.in index 2efdee1..04fed02 100755 --- a/scripts/ccwl +++ b/scripts/ccwl.in @@ -1,4 +1,5 @@ -#! /run/current-system/profile/bin/guile -s +#! @GUILE@ -s +-*- scheme -*- !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> |