From f28c96be130c2ef2a86d4eb222dd40d039ca6fa6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 Nov 2007 03:03:40 +0000 Subject: an attempt to squelch some random errors on the build machines svn path=/trunk/; revision=9049 --- scripts/auto-build/run-automated-builder | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/auto-build/run-automated-builder') 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! -- cgit v1.2.1