X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fconvkeps.pl;h=9fda8e820dcaa6f0b36a2f64f606594ec6610af8;hb=2a44647e3c42fb1c532412f6d4dc90481e248ba9;hp=5b546ca7839d5a05979ccfea3d0830f1dfe15bc1;hpb=3d7d9178334249970ce51953523f2b336bf0b343;p=spider.git diff --git a/perl/convkeps.pl b/perl/convkeps.pl index 5b546ca7..9fda8e82 100755 --- a/perl/convkeps.pl +++ b/perl/convkeps.pl @@ -104,7 +104,7 @@ while (<$f>) { last if m{^-}; next if m{^To\s+all}i; - if (/^([- \w]+)(?:\s+\[[-+\w]\])$/) { + if (/^([- \w]+)(?:\s+\[[-+\w]\])?$/) { my $n = uc $1; $n =~ s/\s/-/g; $name = $lookup{$n};