We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be27048 commit 9e2e562Copy full SHA for 9e2e562
contrib/verify-commits/gpg.sh
@@ -57,7 +57,7 @@ if ! $VALID; then
57
exit 1
58
fi
59
if $VALID && $REVSIG; then
60
- printf '%s\n' "$INPUT" | gpg --trust-model always "$@" 2>/dev/null | grep "\[GNUPG:\] \(NEWSIG\|SIG_ID\|VALIDSIG\)"
+ printf '%s\n' "$INPUT" | gpg --trust-model always "$@" 2>/dev/null | grep "^\[GNUPG:\] \(NEWSIG\|SIG_ID\|VALIDSIG\)"
61
echo "$GOODREVSIG"
62
else
63
printf '%s\n' "$INPUT" | gpg --trust-model always "$@" 2>/dev/null
0 commit comments