summaryrefslogtreecommitdiff
path: root/bin/aseag-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-xbin/aseag-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index 41bd188..86ed39a 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -209,7 +209,7 @@ sub show_results {
}
if ( $edata{route_interesting} ) {
- $line[2] = join( q{ }, $d->route_interesting );
+ $line[2] = join( q{ }, map { $_->name } $d->route_interesting );
}
push( @output, \@line );