From 5cecd87687d6898f12e79ff0baa331dae1612895 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Aug 2020 21:55:37 +0100 Subject: [PATCH] expire-8601: wip new version, sort of works, need adj Signed-off-by: Ian Jackson --- scripts/expire-iso8601.new | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/expire-iso8601.new b/scripts/expire-iso8601.new index e3a8836..169961a 100755 --- a/scripts/expire-iso8601.new +++ b/scripts/expire-iso8601.new @@ -131,7 +131,6 @@ sub flag ($) { for (;;) { $j--; last if $j < 0; - last if $files[$j]; my $dt = $files[$i]{A} - $files[$j]{A}; print DEBUG "j #$j $files[$j]{A} dt=$dt\n"; last if $dt >= $dmin; -- 2.30.2