From: minima Date: Thu, 15 Feb 2007 15:09:29 +0000 (+0000) Subject: allow amsat keps to work again. X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=675c79396a86cbc8dbe46f7de39d02a5bfa839f7;p=spider.git allow amsat keps to work again. --- 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};