# .bash_profile

# Uncomment to have ../lib and ../bin in the path during development
# export MODPATH=1

###################################
# Settings that need to be done   #
#         BEFORE                  #
# loading the environment         #
###################################
export INTROOT=$HOME/introot

############

#
# For ACS the environment comes from .acs/.bash_profile.acs
#
echo "Sourcing standard .acs/.bash_profile.acs"
. $HOME/.acs/.bash_profile.acs

###################################
# Settings that need to be done   #
#         AFTER                   #
# loading the environment         #
###################################

export OPTIMIZE=0
export CVSROOT=:pserver:$USER@cvssrv.hq.eso.org:/project2/CVS

############

echo "Done"

# __oOo__





