Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.97 1997/12/04 10:44:33 peterg +## Changed $cc to $CC +## ## Revision 1.96 1997/12/04 10:40:26 peterg ## Added -p switch - print enviromment variables ## ## Revision 1.95 1997/12/04 10:05:02 peterg ## Compiler now symbolocic $cc @@ -350,10 +353,14 @@ dae_is_ode=0 # By default, don't look for BG switches switches=0 +#By default, don't print the environment variables +print=''; + +#Initialise list mtt_switches=''; #Look for a command line argument while [ -n "`echo $1 | grep '-'`" ]; do mtt_switches="$mtt_switches $1"