diff options
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 5 |
1 files changed, 5 insertions, 0 deletions
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 |