]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-gpg.sh: stop pretending to be a stand-alone script
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Mar 2020 15:35:25 +0000 (15:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Mar 2020 20:36:54 +0000 (13:36 -0700)
commit975f45b6aa8161ad63ecaa4364a1f49c074de70c
tree3389eafc2c33b5223217a036ecf3dcec5fa8214c
parent6c72121c346eb8999171585e50d6791a0dbc97fb
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>
t/lib-gpg.sh