From: Mark Wooding Date: Sun, 2 Jul 2017 23:55:23 +0000 (+0100) Subject: bin/*: Use plain `/usr/bin/tclsh' in shebang lines. X-Git-Url: https://git.distorted.org.uk/~mdw/ca/commitdiff_plain/1f46e0424b4431efa6b2521d82dc8ed371bb10d2 bin/*: Use plain `/usr/bin/tclsh' in shebang lines. --- diff --git a/bin/add b/bin/add index d4eae0f..cb4ecf0 100755 --- a/bin/add +++ b/bin/add @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Insert a certificate request into the database. diff --git a/bin/check b/bin/check index bf276f0..cdf97e9 100755 --- a/bin/check +++ b/bin/check @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Check that the certificate authority database and files are consistent. diff --git a/bin/revoke b/bin/revoke index 15ae900..4831287 100755 --- a/bin/revoke +++ b/bin/revoke @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Revoke a certificate request diff --git a/bin/setup b/bin/setup index a87d5b4..b0e2226 100755 --- a/bin/setup +++ b/bin/setup @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Initialize a new certificate authority. diff --git a/bin/update b/bin/update index fb46363..a0a96e5 100755 --- a/bin/update +++ b/bin/update @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Run periodic maintenance on the certificate database diff --git a/bin/withdraw b/bin/withdraw index 4f67086..fbbb75c 100755 --- a/bin/withdraw +++ b/bin/withdraw @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- ### ### Revoke a certificate request