diff --git a/tmkproject.sh b/tmkproject.sh index 155a2cd..47f3d68 100755 --- a/tmkproject.sh +++ b/tmkproject.sh @@ -3,9 +3,20 @@ # # 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.108 2012/06/06 01:57:59 tundra Exp $ +# $Id: tmkproject.sh,v 1.109 2012/06/06 02:00:23 tundra Exp $ -CVSID='$Id: tmkproject.sh,v 1.108 2012/06/06 01:57:59 tundra Exp $' +CVSID='$Id: tmkproject.sh,v 1.109 2012/06/06 02:00:23 tundra Exp $' + + +# If user just wants program version, display it and exit. + +if [ _$1 = _-v ] +then + + echo ${CVSID} + exit + +fi # Make sure we have a valid command line