Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.8
-
None
Description
If a crontab contains variables, cronconverter will generate setters for each variable in the job script definition.
Such a setter consists of the assignment of the value ("a=foo") and the export of the variable ("EXPORT a").
After each line a linebreak is required.
More details to this fix are available from the original bug report in the SourceForge Ticket System.