for LINE in $(echo"$INPUT"| gpg --trust-model always "$@" 2>/dev/null);do
case"$LINE" in
"[GNUPG:] VALIDSIG "*)
@ -13,10 +14,9 @@ for LINE in $(echo "$INPUT" | gpg --trust-model always "$@" 2>/dev/null); do
@@ -13,10 +14,9 @@ for LINE in $(echo "$INPUT" | gpg --trust-model always "$@" 2>/dev/null); do
# Not technically POSIX-compliant due to use of "local", but almost every
# shell anyone uses today supports it, so its probably fine
DIR=$(dirname "$0")
@ -6,20 +8,14 @@ echo "Please verify all commits in the following list are not evil:"
@@ -6,20 +8,14 @@ echo "Please verify all commits in the following list are not evil:"