Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.127 1998/02/11 19:36:29 peterg +## Only displays one level of cbg file now. +## ## Revision 1.126 1998/02/11 19:26:03 peterg ## Added verbose (-v) mode. ## ## Revision 1.125 1998/02/11 11:36:28 peterg ## Updated version control mode - make it untidy. @@ -819,11 +822,11 @@ fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work - cp -u *_*.* MTT_work 2>/dev/null + cp -u *.* MTT_work 2>/dev/null cd MTT_work if [ -z "$directory" ]; then Directory='' else @@ -1654,11 +1657,10 @@ $HTMLVIEW $1_$2/$1_$2.html& #View a ps file $1_$2.pview: $1_$2.ps echo Creating view of $1_$2 -# multi_command $PSVIEW $1 $2.ps | sh $PSVIEW $1_$2.ps #View a gdat file $1_$2.dview: $1_$2.gdat echo Creating view of $1_$2