From 1f46e0424b4431efa6b2521d82dc8ed371bb10d2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 3 Jul 2017 00:55:23 +0100 Subject: [PATCH] bin/*: Use plain `/usr/bin/tclsh' in shebang lines. --- bin/add | 2 +- bin/check | 2 +- bin/revoke | 2 +- bin/setup | 2 +- bin/update | 2 +- bin/withdraw | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.11.0