Index: mttroot/mtt/bin/trans/lbl_txt2tex ================================================================== --- mttroot/mtt/bin/trans/lbl_txt2tex +++ mttroot/mtt/bin/trans/lbl_txt2tex @@ -12,10 +12,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.12 2002/04/28 18:41:27 geraint +## Fixed [ 549658 ] awk should be gawk. +## Replaced calls to awk with call to gawk. +## ## Revision 1.11 2002/04/19 08:39:45 gawthrop ## Changed \# to # and \% to # to avoid warning in latest gawk version ## ## Revision 1.10 2000/12/28 12:32:06 peterg ## Put under RCS @@ -62,14 +66,14 @@ gawk '{ printf("\\paragraph{System %s:",$2); for (i=3;i<=NF;i++) printf("%s ",$i); print "" print "}" }' >> $1_lbl.tex - grep '[%|#]DESCRIPTION' $1_lbl.txt | sed 's/_/\\_/g' |\ - gawk '{ - for (i=2;i<=NF;i++) printf("%s ",$i); print "" - }' >> $1_lbl.tex +# grep '[%|#]DESCRIPTION' $1_lbl.txt | sed 's/_/\\_/g' |\ +# gawk '{ +# for (i=2;i<=NF;i++) printf("%s ",$i); print "" +# }' >> $1_lbl.tex #Write out the aliases cat <> $1_lbl.tex \paragraph{Interface information:} \begin{description}