From 1b0efc49526a8dd73264a8d8e37275eeb09c4ec4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 26 Oct 2007 14:13:11 +0000 Subject: added fink to the end of the PATH on Mac OS X so that md5sum is found svn path=/trunk/; revision=8884 --- scripts/auto-build/run-automated-builder | 5 +++++ 1 file changed, 5 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 ebc8de71..dcca923c 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -1,5 +1,10 @@ #!/bin/sh +# 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" +export PATH + # the source dir where this script is SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'` . $SCRIPT_DIR/auto-build-common -- cgit v1.2.1