* gpglist: do not die with with-fingerprint (Closes: #382019).
[pgp-tools.git] / gpglist / gpglist
index 10ad68ece13cb8131bbada930aefb3f33b9ab987..f6cefe8e0f95734bce7fed8eb1a6bb0d60aeebca 100755 (executable)
@@ -120,7 +120,7 @@ while (<SIGS>) {
                next;
        }
        last if ( m/^(sub):/ );
-       next if ( m/^(tru):/ );
+       next if ( m/^(fpr|tru):/ );
        print STDERR "hi, i'm a bug. please report me to my owner\n";
        die "input: $_, key: $key";
 }