X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fconvkeps.pl;h=24697105d80bf2abcdd0ba2a87bdaef94c100f25;hb=refs%2Fheads%2Fnewpc92timings;hp=5b546ca7839d5a05979ccfea3d0830f1dfe15bc1;hpb=3d7d9178334249970ce51953523f2b336bf0b343;p=spider.git diff --git a/perl/convkeps.pl b/perl/convkeps.pl index 5b546ca7..24697105 100755 --- a/perl/convkeps.pl +++ b/perl/convkeps.pl @@ -32,7 +32,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # require 5.004; @@ -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};