From: Dirk Koopman Date: Sat, 30 May 2020 17:04:36 +0000 (+0100) Subject: fix info xxxx X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=95cc9e6faf981379dfed2830fcfd4b5f3a0ff160 fix info xxxx --- 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;