git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6c72121
)
t/lib-gpg.sh: stop pretending to be a stand-alone script
author
Johannes Schindelin
<redacted>
Thu, 26 Mar 2020 15:35:25 +0000
(15:35 +0000)
committer
Junio C Hamano
<redacted>
Thu, 26 Mar 2020 20:36:54 +0000
(13:36 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/lib-gpg.sh
patch
|
blob
|
history
diff --git
a/t/lib-gpg.sh
b/t/lib-gpg.sh
index 11b83b8c24ae467924b1dc7502febf960f9dd122..4ead12683517cc058d48bc7bd53e6e5e61ffc62d 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT