diff options
author | Matt Wilson <msw@redhat.com> | 2001-04-04 18:32:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-04-04 18:32:22 +0000 |
commit | 594917cd2e62b40db0163f7a0b0681a59143c363 (patch) | |
tree | 92c44a0addc117c3b2f215daf1d96bc96ecd0474 /utils | |
parent | 2d396a7265004a7e358a45d4f3964f4b0f7ad03c (diff) | |
download | anaconda-594917cd2e62b40db0163f7a0b0681a59143c363.tar.gz anaconda-594917cd2e62b40db0163f7a0b0681a59143c363.tar.xz anaconda-594917cd2e62b40db0163f7a0b0681a59143c363.zip |
tweak
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/trimpcitable | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable index 1aac47376..76ab26a4f 100755 --- a/utils/trimpcitable +++ b/utils/trimpcitable @@ -14,8 +14,6 @@ while (<STDIN>) { print "$_\n"; } elsif ($a[4] =~ /\"ignore\"/) { print "$_\n"; - } elsif ($a[4] =~ /\"unknown\"/) { - print "$_\n"; } } |