Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-03-26 18:35:25 +0300
committerJunio C Hamano <gitster@pobox.com>2020-03-26 23:36:54 +0300
commit975f45b6aa8161ad63ecaa4364a1f49c074de70c (patch)
tree3389eafc2c33b5223217a036ecf3dcec5fa8214c /t/lib-gpg.sh
parent6c72121c346eb8999171585e50d6791a0dbc97fb (diff)
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-gpg.sh')
-rwxr-xr-xt/lib-gpg.sh2
1 files changed, 0 insertions, 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