[pisa-src] r2257 - trunk/tools/pisa_autobuild.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 19:49:12 +0200

Author: biurrun
Date: Wed Apr  7 19:49:12 2010
New Revision: 2257

Log:
autobuild: Remove temporary file with mail contents after sending email.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Wed Apr  7 19:42:21 2010        (r2256)
+++ trunk/tools/pisa_autobuild.sh       Wed Apr  7 19:49:12 2010        (r2257)
@@ -51,6 +51,7 @@
     cat log.txt >> msg.txt
     SUBJECT="[autobuild] revision $PISA_HEAD_REVISION"
     mailx -s "$SUBJECT" $PISA_NOTIFICATION_EMAIL < msg.txt
+    rm -f msg.txt
 }
 
 cleanup()

Other related posts:

  • » [pisa-src] r2257 - trunk/tools/pisa_autobuild.sh - Diego Biurrun