From f98b3093edfc1aeb5e69ae874e322b9b5c37821a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 11 Nov 2020 16:34:28 +0100 Subject: fix bug where last line was not printed --- rf | 1 + 1 file changed, 1 insertion(+) diff --git a/rf b/rf index 535affb..e899870 100755 --- a/rf +++ b/rf @@ -132,6 +132,7 @@ for (@lines) { print $last; $last = $_; } +print $last; # Format a given reference after $fmt sub fmt { -- cgit v1.2.3