diff --git a/tmkproject.sh b/tmkproject.sh index 529b6da..39b09c1 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.101 2012/06/02 17:58:41 tundra Exp $ +# $Id: tmkproject.sh,v 1.102 2012/06/04 00:04:05 tundra Exp $ -CVSID='$Id: tmkproject.sh,v 1.101 2012/06/02 17:58:41 tundra Exp $' +CVSID='$Id: tmkproject.sh,v 1.102 2012/06/04 00:04:05 tundra Exp $' # Make sure we have a valid command line @@ -140,6 +140,7 @@ # Instantiate the project in the projects directory +mkdir -p ${PROJECTSDIR} # Make sure it exists cd ${PROJECTSDIR} cvs co ${PROJECTNAME} cd ${PROJECTNAME}