aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-18 23:16:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-18 23:16:15 +0000
commitc18bdce679a1bd2b81ee855a65dcf6953eeab93d (patch)
treec5fced2db0f4e8bf89113d4b376824cfd056e899 /scripts
parente183b0edd3e0798a34735cc1c9b2f4ae6a0235d6 (diff)
use /Users/hans everywhere
svn path=/trunk/; revision=16691
Diffstat (limited to 'scripts')
-rw-r--r--scripts/auto-build/run-automated-builder-cron2
1 files changed, 1 insertions, 1 deletions
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