diff options
-rwxr-xr-x | utils/trimpcitable | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable index 76ab26a4f..1aac47376 100755 --- a/utils/trimpcitable +++ b/utils/trimpcitable @@ -14,6 +14,8 @@ while (<STDIN>) { print "$_\n"; } elsif ($a[4] =~ /\"ignore\"/) { print "$_\n"; + } elsif ($a[4] =~ /\"unknown\"/) { + print "$_\n"; } } |