# HG changeset patch # User John Kern # Date 1265299954 28800 # Node ID 09a6fe298c936412d50bb9be0c74a4e31cf7f4a5 # Parent ca4b5c63386bb25b16d6192b6d48c9ebe9396717 cron did not fire off build. fixed crontab diff -r ca4b5c63386b -r 09a6fe298c93 scripts/buildcron --- a/scripts/buildcron Wed Feb 03 08:22:09 2010 -0800 +++ b/scripts/buildcron Thu Feb 04 08:12:34 2010 -0800 @@ -1,5 +1,4 @@ # mail any output to ‘johnk’, no matter whose crontab this is MAILTO=johnk@symbian.org # run at 1 am -0 1 * * 0-5 /bin/sh /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build-`date +%j`.out 2>&1 - +0 1 * * 0-5 /bin/bash -c /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build$$.out 2>&1