Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.43 1996/11/12 08:52:57 peterg +# Fixed bug in test arg to if - missing "". +# # Revision 1.42 1996/11/11 17:23:03 peterg # Added numpar.m requirement to all .m targets # ## Revision 1.41 1996/11/11 17:18:32 peterg ## VERSION 2.1 @@ -164,11 +167,11 @@ done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo - echo 'MTT (Model Transformation Tools) version 2.1++' + echo 'MTT (Model Transformation Tools) version 2.1' echo 'This is free software with ABSOLUTELY NO WARRANTY.' echo 'Type `mtt warranty'\' 'for details.' echo fi @@ -392,11 +395,11 @@ #Create empty files (with titles) if not already there #SUMMARY lbl label file (txt) $1_lbl.txt: echo Creating $1_lbl.txt ( \ - echo "%SUMMARY System $1: "; \ + echo "%SUMMARY $1: "; \ echo "%DESCRIPTION "; \ echo "%% Label file for system $1 ($1_lbl.txt)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ echo "%% Each line should be of one of the following forms:"; \ echo "% a comment (ie starting with %)"; \