X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=e3173bfd11c7b8f6c5f85874f8f41f5fc6e5e27f;hb=95cc9e6faf981379dfed2830fcfd4b5f3a0ff160;hp=174071f8bc3b8f20edf2262ca912974ba0e4b228;hpb=e7a28420ced12c94812516b17194c997dcc759e9;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 174071f8..e3173bfd 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -88,7 +88,7 @@ sub handle dbg("sh/dx qra") if isdbg('sh/dx'); next; } - if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state on) ) { + if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state info on) ) { $f =~ s/^by(\w)/by_$1/; push @flist, $f; push @flist, shift @list if @list;