Index: mttroot/mtt/bin/trans/rep_txt2sh ================================================================== --- mttroot/mtt/bin/trans/rep_txt2sh +++ mttroot/mtt/bin/trans/rep_txt2sh @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1997/08/26 09:06:11 peterg +## Initial revision +## ############################################################### # Inform user echo "Creating representations for $1_rep.tex" @@ -30,9 +33,9 @@ strip_comments < $1_rep.txt.SAVE |\ awk '{print "mtt", sys, $1, $2}' sys="$1" >$1_rep.txt fi # Execute the commands - quietly! -strip_comments< $1_rep.txt | sed 's/mtt /mtt -q /' | sh +strip_comments< $1_rep.txt | sed 's/mtt /mtt -q /' | sh echo "Done creating representations for $1_rep.tex"