Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

weekday => 'all' fails on solaris #18

Open
purplexa opened this issue Apr 5, 2016 · 1 comment
Open

weekday => 'all' fails on solaris #18

purplexa opened this issue Apr 5, 2016 · 1 comment

Comments

@purplexa
Copy link

purplexa commented Apr 5, 2016

Solaris fails with weekday => 'all' because 7 is not a valid weekday number per the POSIX definition of the crontab format (Vixie cron supports 0 or 7 to refer to Sunday, but the POSIX formats only describes 0, and Solaris tends to be stricter about these things).

Either weekday => 'all' should mean range(0,6) or, more simply, just set the value to '*' or 'absent', either of which will accomplish the same thing.

@gordonmessmer
Copy link

Does PR #29 fix this for you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants