git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
456e1d5
Branches
Tags
master
keks-overlay.git
sys-process
vixie-cron
files
vixie-cron-4.1-commandline.patch
temporarily add vixie-cron until we migrate to something else
Hanno
commited
456e1d5
at 2019-10-15 09:37:14
vixie-cron-4.1-commandline.patch
Blame
History
Raw
--- entry.c.orig 2004-08-27 20:09:34.000000000 +0200 +++ entry.c 2004-12-01 22:16:10.992268200 +0100 @@ -336,7 +336,9 @@ /* If the first character of the command is '-' it is a cron option. */ - while ((ch = get_char(file)) == '-') { + ch = get_char(file); + Skip_Blanks(ch, file) + while (ch == '-') { switch (ch = get_char(file)) { case 'q': e->flags |= DONT_LOG;