diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-27 03:03:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-27 03:03:40 +0000 |
commit | f28c96be130c2ef2a86d4eb222dd40d039ca6fa6 (patch) | |
tree | 7461ec954e34ac56dbb409cd3bfeac2450fbeaed /scripts/auto-build/run-automated-builder | |
parent | 95f611aa5532bb91883d97aa9ee92f794c58ad34 (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-x | scripts/auto-build/run-automated-builder | 4 |
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! |