Index: mttroot/mtt/bin/trans/lbl2component ================================================================== --- mttroot/mtt/bin/trans/lbl2component +++ mttroot/mtt/bin/trans/lbl2component @@ -12,17 +12,21 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1998/07/17 17:04:50 peterg +## Initial revision +## ############################################################### # Regexp for an alias alias='^[#%]ALIAS' +dir='/' -grep $alias $1_lbl.txt | grep '/' | awk '{print "mtt -q compcopy " $3}' +grep $alias $1_lbl.txt | awk '{if (match($3,$dir)>0) print "mtt -q compcopy " $3}'