aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-27 03:03:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-27 03:03:40 +0000
commitf28c96be130c2ef2a86d4eb222dd40d039ca6fa6 (patch)
tree7461ec954e34ac56dbb409cd3bfeac2450fbeaed /scripts/auto-build/run-automated-builder
parent95f611aa5532bb91883d97aa9ee92f794c58ad34 (diff)
an attempt to squelch some random errors on the build machines
svn path=/trunk/; revision=9049
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder
index dcca923c..64edb375 100755
--- a/scripts/auto-build/run-automated-builder
+++ b/scripts/auto-build/run-automated-builder
@@ -1,5 +1,7 @@
#!/bin/sh
+cd /
+
# On Mac OS X, there are some handy things in Fink, but don't override the
# built-in tools
PATH="${PATH}:/sw/bin:/sw/sbin"
@@ -44,3 +46,5 @@ for dir in /home/pd/auto-build/*; do
test -e $dir/scripts/auto-build/${dirname}-auto-builder.sh && \
run_build_script $dirname
done
+
+echo yay!