Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.23 2001/07/24 22:32:49 gawthrop +## Use gv, not ghostview +## ## Revision 1.22 2001/04/12 03:08:00 geraint ## Improved sh->csh conversion, reduces environment namespace pollution. ## Still need to do proper if [ -z $MTT_BASE ] ... else ... fi conversion. ## ## Revision 1.21 2001/04/10 13:56:13 gawthrop @@ -115,11 +118,11 @@ export MTTPATH=$MTT_BASE/bin export MTT_LIB=$MTT_BASE/lib export MTT_DOC=$MTT_BASE/doc export MTT_CC=$MTT_BASE/cc - export MTT_COMPONENTS=$MTT_LIB/comp + export MTT_COMPONENTS=.:$MTT_LIB/comp export MTT_CRS=$MTT_LIB/cr export MTT_EXAMPLES=$MTT_LIB/examples export MTT_REP=$MTT_LIB/rep export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans\:$MTT_CC