summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-04-04 18:32:22 +0000
committerMatt Wilson <msw@redhat.com>2001-04-04 18:32:22 +0000
commit594917cd2e62b40db0163f7a0b0681a59143c363 (patch)
tree92c44a0addc117c3b2f215daf1d96bc96ecd0474
parent2d396a7265004a7e358a45d4f3964f4b0f7ad03c (diff)
downloadanaconda-594917cd2e62b40db0163f7a0b0681a59143c363.tar.gz
anaconda-594917cd2e62b40db0163f7a0b0681a59143c363.tar.xz
anaconda-594917cd2e62b40db0163f7a0b0681a59143c363.zip
tweak
-rwxr-xr-xutils/trimpcitable2
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";
}
}