allow sh/c gb7 (for instance)
authorminima <minima>
Fri, 2 Mar 2001 13:24:31 +0000 (13:24 +0000)
committerminima <minima>
Fri, 2 Mar 2001 13:24:31 +0000 (13:24 +0000)
cmd/show/configuration.pl

index bb845456e8c604ac3ee6e460a6f341b953ee3515..ba0f38787e8c987246c21932323d261bb54f91c3 100644 (file)
@@ -44,7 +44,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
 } else {
        # build up the screen from the Node table
        foreach $node (@nodes) {
-               next if scalar @list && !grep $node->call eq $_, @list;
+               next if scalar @list && !grep $node->call =~ /^$_/, @list;
                my $call = $node->call;
                $call = "($call)" if $node->here == 0;
                @l = ();