crontab: cleanup empty lines differently.

windows-drag
John Benediktsson 2019-03-16 16:48:41 -07:00
parent 5048c39e0f
commit 49d9d21124
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ CONSTANT: aliases H{
now 0 >>second [ next-time-after ] keep ; now 0 >>second [ next-time-after ] keep ;
: parse-crontab ( -- entries ) : parse-crontab ( -- entries )
lines [ [ f ] [ parse-cronentry ] if-empty ] map harvest ; lines harvest [ parse-cronentry ] map ;