diff --git a/tmkproject.sh b/tmkproject.sh index e90a316..529b6da 100755 --- a/tmkproject.sh +++ b/tmkproject.sh @@ -3,9 +3,9 @@ # # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt -# $Id: tmkproject.sh,v 1.100 2012/06/01 20:56:46 tundra Exp $ +# $Id: tmkproject.sh,v 1.101 2012/06/02 17:58:41 tundra Exp $ -CVSID='$Id: tmkproject.sh,v 1.100 2012/06/01 20:56:46 tundra Exp $' +CVSID='$Id: tmkproject.sh,v 1.101 2012/06/02 17:58:41 tundra Exp $' # Make sure we have a valid command line @@ -31,10 +31,20 @@ TMDIR=/tmp -# Readin site-specific information +# Readin site-wide configuration . ${BASE}/.mkprojectrc +# Readin the user's configuration if there is one + +USERCONFIG=${USERCONFIGDIR}/.mkprojectrc + +if [ -e ${USERCONFIG} ] +then + . ${USERCONFIG} +fi + + # Make sure requested language is supported and # setup language-specific literals