fixed problem caused by moving the command execution into a separate
[spider.git] / cmd / show / station.pl
index 6c78f45ce16ddde6f19c4fbf4e964530e0856f9b..0f2140337ec95939b9f64308004da491d127ec84 100644 (file)
@@ -20,7 +20,7 @@ if (@f == 0) {
        my $sort = $ref->sort;
        my $qth = $ref->qth;
        my $home = $ref->node;
-    push @out, "$call $sort $qth $node";
+    push @out, "$call $sort $qth $home";
   }
 } else {
   foreach $call (@f) {