From c9070a5ba14feff3daf4db0fc076873cbd878f44 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 Oct 2015 21:35:29 +0100 Subject: -of: show delimiter between route_pre and route_post --- bin/db-iris | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/db-iris b/bin/db-iris index 59ba4ba..2aa94b7 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -306,7 +306,10 @@ sub display_result { } if ( $edata{fullroute} ) { - print "\n" . join( "\n", $d->route ) . "\n\n"; + print "\n" + . join( "\n", $d->route_pre ) + . "\n - - - -\n" + . join( "\n", $d->route_post ) . "\n\n"; } } -- cgit v1.2.3