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