#  Title	: profile - shared startup for bourne & bash shells 
#  Created      :       Fri, 23-Nov-1990 / 15:16 / (pf)
#  Overhaul     :       Tue, 21-Nov-2006 / 07:49 / (pf)
#  Version      : $Id: .profile,v 1.7 2008-02-27 09:00:30 pf Exp $
#  Remarks      : The call of this .profile from users home .profile is 
#                 absolutely optional!
if [ -r /etc/opt/artcom/USE_CLASSIC_ENVIRONMENT ]
then . /opt/artcom/current/mustermann/classic.profile
else echo ":$PATH:" | grep ':/opt/artcom/current/bin:' >/dev/null ||
              PATH="/opt/artcom/current/bin:$PATH"
fi
