[nexuiz-commits] r7214 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 13 00:25:11 EDT 2009


Author: div0
Date: 2009-07-13 00:25:11 -0400 (Mon, 13 Jul 2009)
New Revision: 7214

Modified:
   trunk/misc/tools/demotc-race-record-extractor.sh
Log:
match also new race records


Modified: trunk/misc/tools/demotc-race-record-extractor.sh
===================================================================
--- trunk/misc/tools/demotc-race-record-extractor.sh	2009-07-13 04:23:13 UTC (rev 7213)
+++ trunk/misc/tools/demotc-race-record-extractor.sh	2009-07-13 04:25:11 UTC (rev 7214)
@@ -5,7 +5,7 @@
 		PATTERN='all-time fastest lap record with (.*)\n'
 		;;
 	new|*)
-		PATTERN='//RACE RECORD SET (.*)\n'
+		PATTERN='//RA?CE? RECORD SET (.*)\n'
 		;;
 esac
 



More information about the nexuiz-commits mailing list