summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index de09aa2..2d512c6 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -87,7 +87,10 @@ sub display_result {
}
printf(
- join( q{ }, ( map { "%-${_}s" } @line_length ) ) . "\n",
+ join( q{ },
+ "%${line_length[0]}s",
+ ( map { "%-${_}s" } @line_length[ 1, -1 ] ) )
+ . "\n",
@{$line}[ 0 .. 3 ]
);
}