Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.92 1997/09/11 17:08:46 peterg +## Added spreadsheet version of odeso +## ## Revision 1.91 1997/09/11 08:21:08 peterg ## copy utility split into two: ## copy: copies examples (copies the entire directory) ## compcopy: (just used internally) copies components. ## @@ -706,11 +709,11 @@ sh $1_sub.sh "rm -f " '_sympar.txt' # Delete sympar files sh $1_sub.sh "mtt -q -l $level+1 " ' sympar txt' # and recreate them if [ "$level" = "0" ]; then \ - sort -u MTT_sympar.txt> $1_sympar.txt; \ + sort -u +1 +0 MTT_sympar.txt> $1_sympar.txt; \ fi endif ifeq ($switches,1) $1_sympar.txt: $1_sub.sh $1_struc.txt lbl2sympar_txt2txt $1 @@ -723,11 +726,11 @@ sh $1_sub.sh "rm -f " '_sympar.txt' # Delete sympar files sh $1_sub.sh "mtt -q -l $level+1 " ' sympar txt' # and recreate them if [ "$level" = "0" ]; then \ - sort -u MTT_sympar.txt> $1_sympar.txt1; \ + sort -u +1 +0 MTT_sympar.txt> $1_sympar.txt1; \ struc2switch_txt $1; \ echo "Appending switch declarations"; \ cat $1_sympar.txt1 $1_switch.txt> $1_sympar.txt; \ fi