diff --git a/extra/crontab/crontab.factor b/extra/crontab/crontab.factor index c214cec8fb..f9c010b22e 100644 --- a/extra/crontab/crontab.factor +++ b/extra/crontab/crontab.factor @@ -101,4 +101,4 @@ CONSTANT: aliases H{ now 0 >>second [ next-time-after ] keep ; : parse-crontab ( -- entries ) - lines [ [ f ] [ parse-cronentry ] if-empty ] map harvest ; + lines harvest [ parse-cronentry ] map ;