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