From: Johannes Schindelin <johannes.schindelin@xxxxxx> It makes no sense to call `./lib-gpg.sh`. Therefore the hash-bang line is unnecessary. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- t/lib-gpg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index 11b83b8c24a..4ead1268351 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 -- gitgitgadget