Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
fix silly names handling
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Oct 2, 2018
1 parent 53a7a92 commit d601e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/git-signatures
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ cmd_verify() {
ref=${1:-HEAD}
valid_count=$( \
cmd_show --raw --trust-db="$trust_db" "$ref" \
| grep "VALIDSIG|ULTIMATE" \
| awk -F"|" '{ print $1 }' \
| sed -n 's/^\([^|]*|VALIDSIG|ULTIMATE|\).*$/\1/p' \
| sort \
| uniq \
| wc -l \
)
Expand Down

0 comments on commit d601e33

Please sign in to comment.