[TeamTalk 276]: [812] branches/air/Resources/Grammar/compile_gra.pl: minor fix
air@edam.speech.cs.cmu.edu
air at edam.speech.cs.cmu.edu
Mon Oct 8 11:20:16 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071008/2a91d816/attachment-0001.html
-------------- next part --------------
Modified: branches/air/Resources/Grammar/compile_gra.pl
===================================================================
--- branches/air/Resources/Grammar/compile_gra.pl 2007-10-07 20:05:42 UTC (rev 811)
+++ branches/air/Resources/Grammar/compile_gra.pl 2007-10-08 15:20:16 UTC (rev 812)
@@ -24,7 +24,7 @@
# check if a robot names file is available, copy into class file (note DOS)
# HARDWIRED!!
-if ( $classflag and -e 'TeamTalkRobots' ) { system("copy","TeamTalkRobots","RobotName.class"); }
+if ( $classflag and -e 'TeamTalkRobots' ) { system("copy","TeamTalkRobots","DynamicRobotName.class"); }
# resolve classes to make "extended" and "abstracted" grammars
system("perl resolve.pl -i $ingra -e $outgra -a $absgra");
More information about the TeamTalk-developers
mailing list