From c18bdce679a1bd2b81ee855a65dcf6953eeab93d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 18 Dec 2012 23:16:15 +0000 Subject: use /Users/hans everywhere svn path=/trunk/; revision=16691 --- scripts/auto-build/run-automated-builder-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/auto-build/run-automated-builder-cron b/scripts/auto-build/run-automated-builder-cron index bcee3224..b3e77fdd 100644 --- a/scripts/auto-build/run-automated-builder-cron +++ b/scripts/auto-build/run-automated-builder-cron @@ -11,7 +11,7 @@ SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|') SCRIPT_DIR=${HOME}/auto-build/pd-extended/scripts/auto-build BUILD_SCRIPT=run-automated-builder -LOGFILE=/home/pd/logs//${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt +LOGFILE=${HOME}/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt # update the script from SVN before running it svn cleanup $SCRIPT_DIR > $LOGFILE 2>&1 -- cgit v1.2.1