Index: mttroot/mtt/bin/trans/mtt_make_sympar ================================================================== --- mttroot/mtt/bin/trans/mtt_make_sympar +++ mttroot/mtt/bin/trans/mtt_make_sympar @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 2000/11/02 18:53:46 peterg +## Added NOPAR words to unwanted list. +## ## Revision 1.3 2000/10/16 09:41:29 peterg ## Fixed bug with printing a blank line. ## ## Revision 1.2 2000/10/16 09:10:08 peterg ## Now strips out "unwanted" bits frome the _aliased.txt file @@ -40,11 +43,11 @@ mtt_strip_args < $1_aliased.txt | sort -u > mtt_aliased_sort.txt # Create list of unwanted stuff cat mtt_aliased_sort.txt> mtt_unwanted.txt -notvar="[%|#]NOT[VAR|PAR]"; +notvar="[%|#]NOT[V|P]AR"; grep $notvar $1_lbl.txt | awk '{printf("%s\t%s\n", $2,sys)'} sys=$1 >>mtt_unwanted.txt sort -u mtt_unwanted.txt > mtt_unwanted_sort.txt # Compare it with the aliased list and show the differences