Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4612
Modified Files: run-automated-builder Log Message: added fink to the end of the PATH on Mac OS X so that md5sum is found
Index: run-automated-builder =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** run-automated-builder 27 Apr 2007 14:47:20 -0000 1.18 --- run-automated-builder 26 Oct 2007 14:13:11 -0000 1.19 *************** *** 1,4 **** --- 1,9 ---- #!/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|'`