diff options
author | Dale Mellor <hydro23@cdm.(none)> | 2008-01-26 10:50:59 +0000 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2010-06-12 20:53:36 +0100 |
commit | 3094f9b7912ede3f5fc85d97feab1b327960df12 (patch) | |
tree | 557fadbea2047b427d71b08c5b0e0480e4e32349 /ChangeLog | |
parent | eb041a75325650e3953c5cc2ad70172e93283d3b (diff) | |
download | mcron-3094f9b7912ede3f5fc85d97feab1b327960df12.tar.gz mcron-3094f9b7912ede3f5fc85d97feab1b327960df12.tar.bz2 mcron-3094f9b7912ede3f5fc85d97feab1b327960df12.zip |
Allow files named on command line to have arbitrary names (assume guile input format).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-01-25 Dale Mellor <Dale Mellor <dale_mellor@users.sourceforge.net>> + * main.scm (command-type): Files which are listed on the command + line are assumed to be guile configurations if they do not end in + .guile or .vixie (previously they were silently ignored). + * main.scm: Argument to --schedule is no longer optional (the options system goes really screwy with optional values, usually pulling the first non-option argument as a value if one was not |