[PD-cvs] scripts/auto-build mail-mingw-log-hack.sh,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Oct 22 23:47:59 CEST 2007


Update of /cvsroot/pure-data/scripts/auto-build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13754

Modified Files:
	mail-mingw-log-hack.sh 
Log Message:
fixed path to logs

Index: mail-mingw-log-hack.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/mail-mingw-log-hack.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mail-mingw-log-hack.sh	22 Oct 2007 21:40:19 -0000	1.1
--- mail-mingw-log-hack.sh	22 Oct 2007 21:47:57 -0000	1.2
***************
*** 9,13 ****
  SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'`
  
! for logfile in `ls -1 /home/pd/logs/${DATE}_*_mingw*.txt`; do
  	 completion_test=`tail -1 ${logfile}`
  	 if [ "x${completion_test}" != "xSUCCESS" ]; then
--- 9,13 ----
  SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'`
  
! for logfile in `ls -1 /var/www/auto-build/${DATE}/logs/${DATE}_*_mingw*.txt`; do
  	 completion_test=`tail -1 ${logfile}`
  	 if [ "x${completion_test}" != "xSUCCESS" ]; then





More information about the Pd-cvs mailing list