From a3d5e3ffcb8ff60ec16c3bf8cadda4aa02300609 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 17 Mar 2019 09:24:16 -0700 Subject: [PATCH] crontab: instead of after= make it after. --- extra/crontab/crontab.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extra/crontab/crontab.factor b/extra/crontab/crontab.factor index 50c9e06951..addedb7e29 100644 --- a/extra/crontab/crontab.factor +++ b/extra/crontab/crontab.factor @@ -55,9 +55,7 @@ CONSTANT: aliases H{ :: next-time-after ( cronentry timestamp -- ) - timestamp second>> 0 > [ - timestamp 0 >>second 1 minutes (time+) 2drop - ] when + timestamp 0 >>second 1 minutes (time+) 2drop timestamp month>> :> month cronentry months>> [ month >= ] find nip [