r5883 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 17 06:50:54 EST 2009


Author: div0
Date: 2009-02-17 06:50:53 -0500 (Tue, 17 Feb 2009)
New Revision: 5883

Modified:
   trunk/misc/tools/demotc-race-record-extractor.sh
Log:
use $PATH


Modified: trunk/misc/tools/demotc-race-record-extractor.sh
===================================================================
--- trunk/misc/tools/demotc-race-record-extractor.sh	2009-02-17 09:30:53 UTC (rev 5882)
+++ trunk/misc/tools/demotc-race-record-extractor.sh	2009-02-17 11:50:53 UTC (rev 5883)
@@ -2,7 +2,7 @@
 
 d=$1
 i=0
-perl demotc.pl grep "$d" '//RACE RECORD SET (.*)\n' | while IFS=" " read -r timecode result; do
+demotc.pl grep "$d" '//RACE RECORD SET (.*)\n' | while IFS=" " read -r timecode result; do
 	timecode=${timecode%:}
 	result=${result#\"}
 	result=${result%\"}




More information about the nexuiz-commits mailing list