From 008f1d5a133df7630b18b93a234375ecdeb043c7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Oct 2007 22:41:47 +0000 Subject: ok, this should work now, so switched to pd-cvs for recipient svn path=/trunk/; revision=8862 --- scripts/auto-build/mail-mingw-log-hack.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/auto-build/mail-mingw-log-hack.sh b/scripts/auto-build/mail-mingw-log-hack.sh index 74f765f7..c0cf45b3 100755 --- a/scripts/auto-build/mail-mingw-log-hack.sh +++ b/scripts/auto-build/mail-mingw-log-hack.sh @@ -12,7 +12,6 @@ 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 SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME" -# tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT} - tail -20 ${logfile} | mail -s "autobuild: $logfile" hans@eds.org + tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT} fi done -- cgit v1.2.1