Index: mttroot/mtt/bin/trans/mtt_update ================================================================== --- mttroot/mtt/bin/trans/mtt_update +++ mttroot/mtt/bin/trans/mtt_update @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.11 2000/10/13 11:07:00 peterg +## Added initialisation for state and input +## ## Revision 1.10 2000/10/13 10:56:07 peterg ## Now uses the full name from the struc file - no need to recreate. ## ## Revision 1.9 2000/10/13 09:55:09 peterg ## Changed state/input name to $4_$3 @@ -106,13 +109,13 @@ # Remove tmp files rm -f mtt_in_text mtt_in_info # Strip files -strip_comments <$textfile >mtt_text -strip_comments <$infofile >mtt_info -strip_comments <$moreinfofile >mtt_moreinfo +strip_comments <$textfile | tr 'A-Z' 'a-z' >mtt_text +strip_comments <$infofile | tr 'A-Z' 'a-z' >mtt_info +strip_comments <$moreinfofile | tr 'A-Z' 'a-z' >mtt_moreinfo # Use awk to check file awk '{ if (FILENAME=="mtt_text") { gsub("[\t ]" ,""); # Remove whitespace