[Swift-commit] r2240 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Sep 22 15:18:10 CDT 2008


Author: benc
Date: 2008-09-22 15:18:10 -0500 (Mon, 22 Sep 2008)
New Revision: 2240

Modified:
   log-processing/trail-freex
Log:
temporary file name reuse caused old plots to be output rather than no output to be made (this is the bug referenced in r2239 commit message)

Modified: log-processing/trail-freex
===================================================================
--- log-processing/trail-freex	2008-09-22 20:16:14 UTC (rev 2239)
+++ log-processing/trail-freex	2008-09-22 20:18:10 UTC (rev 2240)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+rm tmp-trail.png
 
 # maxtime=$(./max-duration)
 




More information about the Swift-commit mailing list