Webconverger / webc

Webconverger's curated chroot from which updates originate
https://webconverger.org/upgrade/
73 stars 37 forks source link

Cron= on last line without a line ending fails to be computed #199

Closed kaihendry closed 10 years ago

kaihendry commented 10 years ago

This works:

cron=*/2%20*%20*%20*%20*%20root%20killall%20firefox
timezone=Asia/Singapore

This however DOES NOT

timezone=Asia/Singapore
cron=*/2%20*%20*%20*%20*%20root%20killall%20firefox
kaihendry commented 10 years ago

This is very frustrating. I've found that if I put a logging line above the parsing line, it works.

https://github.com/Webconverger/webc/commit/9cf1073037399ba247c970857a7e5f684046ddbc

I don't know why this fixes the issue. :(