From: Dirk Koopman Date: Tue, 2 Jun 2020 20:42:02 +0000 (+0100) Subject: fix the small whoopsie in sh/dx X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=e2ca7811e49048bfad82ec31e148a79fe9904e2b fix the small whoopsie in sh/dx --- diff --git a/Changes b/Changes index 9b412288..deb80a73 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +02Jun20======================================================================= +1. Fix the small whoopsie in sh/dx. 01Jun20======================================================================= 1. Fix sh/dx iota and qra. This completes the conversion of sh/dx's limited "old style" parsing to using Filter style parsing with something that diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index c9d85c4b..c0c43fa3 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -94,7 +94,6 @@ sub handle next; } if (grep {lc $f eq $_} qw(on freq call info spotter by call_dxcc by_dxcc bydxcc origin call_itu itu call_zone zone byitu by_itu by_zone byzone call_state state bystate by_state ip) ) { - $f =~ s/^by(\w)/by_$1/; push @flist, $f; push @flist, shift @list if @list; dbg("sh/dx function $flist[-2] $flist[-1]") if isdbg('sh/dx');