Re: pretty format can't work on cron job
From: Jeff King <hidden>
Date: 2016-06-15 22:49:59
On Fri, Nov 05, 2010 at 04:47:05PM +0800, chen_wang@trendmicro.com.cn wrote:
quoted
quoted
But when I put that command on cron job, even I run “. /etc/profile” and “.~/.bash_profile” first, I can’t get correct format of output.quoted
------------------------------------------------- Author: %aN [off-list ref]; Date: Wed Oct 20 13:45:43 2010+1030quoted
100.0% drivers/char/ 1 files changed, 14 insertions(+), 3 deletions(-) -------------------------------------------------% has a special meaning in a crontab. See man 5 crontab.I warped this command in script and trigger script in crontab. I think it's not the root cause, because %ae still works.
I notice that the only placeholder that is broken is %aN, which converts using the .mailmap file. Maybe something in your environment is preventing reading that file properly? Can you show us the exact script you're calling from your crontab file? I'm wondering if it's something to do with being in the same directory. -Peff