Index: mttroot/mtt/bin/trans/lbl2cr_txt2r ================================================================== --- mttroot/mtt/bin/trans/lbl2cr_txt2r +++ mttroot/mtt/bin/trans/lbl2cr_txt2r @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 1996/11/02 10:20:53 peterg +## Created from lbl2sympar +## ############################################################### # Inform user echo "Creating $1_cr.r" @@ -29,11 +32,9 @@ # This is the main transformation using gawk gawk -f $MTTPATH/trans/awk/lbl2cr.awk <$1_lbl.txt 2>mtt_error.txt | \ sh >> $1_cr.r -echo "END;" >> $1_cr.r - # Now invoke the standard error handling. #mtt_error mtt_error.txt