fixed sh/dx
[spider.git] / cmd / show / configuration.pl
index 4cd50e2668a371e090cbf961f0cc8e5ad350a25b..a7a1773b1391acc722d53d8d4be5217c04a01cee 100644 (file)
@@ -15,7 +15,7 @@ my @l;
 my @val;
 
 push @out, "Node         Callsigns";
-if ($list[0] =~ /^NOD/) {
+if ($list[0] && $list[0] =~ /^NOD/) {
        my @ch = DXProt::get_all_ak1a();
        my $dxchan;