Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.416 2006/09/27 13:03:20 geraint +## Fixed fr.view and enabled commands to directly build ??fr.m +## ## Revision 1.415 2006/02/09 23:58:24 geraint ## rtxi: builds but does not yet work. ## ## Revision 1.414 2005/11/18 17:23:19 geraint ## rtxi. @@ -2064,11 +2067,11 @@ # Copy systems from the example library if [ "$1" = "copy" ]; then #set up source and destination dirs source=$3 if [ -z "$source" ]; then - source=$MTT_Examples + source=$MTT_EXAMPLES fi destination=$4 if [ -z "${destination}" ]; then destination=$2 fi