diff --git a/tmkproject.sh b/tmkproject.sh index 4004f77..6c7eca4 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: tmkproject-license.txt -# $Id: tmkproject.sh,v 1.115 2012/09/06 15:54:00 tundra Exp $ +# $Id: tmkproject.sh,v 1.116 2012/09/06 16:34:18 tundra Exp $ -CVSID='$Id: tmkproject.sh,v 1.115 2012/09/06 15:54:00 tundra Exp $' +CVSID='$Id: tmkproject.sh,v 1.116 2012/09/06 16:34:18 tundra Exp $' # If user just wants program version, display it and exit. @@ -180,6 +180,11 @@ cvs update -A $f done +# No CVS checkin just place the project in the current directory +else + + mv -v ${WRKDIR} . + fi # Reminders