Skip to content

Commit 975f45b

Browse files
dschogitster
authored andcommitted
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>
1 parent 6c72121 commit 975f45b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/lib-gpg.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/sh
2-
31
gpg_version=$(gpg --version 2>&1)
42
if test $? != 127
53
then

0 commit comments

Comments
 (0)