Bug#565939: cron: Cron misparses commands using `` and $() syntax
% is interpretted, see man 5 crontab. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#565939: cron: Cron misparses commands using `` and $() syntax
Package: cron Version: 3.0pl1-106 Severity: important Given the following to jobs in a user's crontab: */1 * * * * echo `date +%Y-%m-%d` */1 * * * * echo $(date +%Y-%m-%d) Cron will execute this: Jan 19 21:30:01 v /USR/SBIN/CRON[8641]: (avar) CMD (echo $(date +) Jan 19 21:30:01