From 975f45b6aa8161ad63ecaa4364a1f49c074de70c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 26 Mar 2020 15:35:25 +0000 Subject: t/lib-gpg.sh: stop pretending to be a stand-alone script It makes no sense to call `./lib-gpg.sh`. Therefore the hash-bang line is unnecessary. There are other similar instances in `t/`, but they are too far from the context of the enclosing patch series, so they will be addressed separately. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- t/lib-gpg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index 11b83b8c24..4ead126835 100755 --- a/t/lib-gpg.sh +++ b/t/lib-gpg.sh @@ -1,5 +1,3 @@ -#!/bin/sh - gpg_version=$(gpg --version 2>&1) if test $? != 127 then -- cgit v1.2.3