crontab: cleanup empty lines differently.
parent
5048c39e0f
commit
49d9d21124
|
@ -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 ;
|
||||||
|
|
Loading…
Reference in New Issue