[Swift-commit] r4318 - trunk/libexec/log-processing
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Fri Apr 8 14:36:07 CDT 2011
Author: wozniak
Date: 2011-04-08 14:36:07 -0500 (Fri, 08 Apr 2011)
New Revision: 4318
Modified:
trunk/libexec/log-processing/extract-start-time
Log:
Fixes - not sure about this
Modified: trunk/libexec/log-processing/extract-start-time
===================================================================
--- trunk/libexec/log-processing/extract-start-time 2011-04-08 19:07:51 UTC (rev 4317)
+++ trunk/libexec/log-processing/extract-start-time 2011-04-08 19:36:07 UTC (rev 4318)
@@ -8,9 +8,9 @@
head $LOG | iso-to-secs >> tmp-extract-starttime2
fi
-for e in *.event ; do
- head -n 1 $e >> tmp-extract-starttime2
-done
+# for e in *.event ; do
+# head -n 1 $e >> tmp-extract-starttime2
+# done
sort -n < tmp-extract-starttime2 >tmp-extract-starttime
More information about the Swift-commit
mailing list