r5922 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Feb 22 07:50:10 EST 2009


Author: div0
Date: 2009-02-22 07:50:10 -0500 (Sun, 22 Feb 2009)
New Revision: 5922

Modified:
   trunk/misc/tools/demotc-race-record-extractor.sh
Log:
make it support the latest change


Modified: trunk/misc/tools/demotc-race-record-extractor.sh
===================================================================
--- trunk/misc/tools/demotc-race-record-extractor.sh	2009-02-22 12:46:48 UTC (rev 5921)
+++ trunk/misc/tools/demotc-race-record-extractor.sh	2009-02-22 12:50:10 UTC (rev 5922)
@@ -15,6 +15,7 @@
 	timecode=${timecode%:}
 	result=${result#\"}
 	result=${result%\"}
+	result=${result%% *}
 
 	echo "Possible record found at $timecode: $result, extracting..."
 




More information about the nexuiz-commits mailing list