You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/07 14:29:47 UTC

svn commit: r1297966 - /tomcat/jk/trunk/tools/jkrelease.sh

Author: mturk
Date: Wed Mar  7 13:29:46 2012
New Revision: 1297966

URL: http://svn.apache.org/viewvc?rev=1297966&view=rev
Log:
Fix missing argument needed mark

Modified:
    tomcat/jk/trunk/tools/jkrelease.sh

Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/jkrelease.sh?rev=1297966&r1=1297965&r2=1297966&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkrelease.sh (original)
+++ tomcat/jk/trunk/tools/jkrelease.sh Wed Mar  7 13:29:46 2012
@@ -76,7 +76,7 @@ copy_files() {
 
 txtgen=n
 conflict=0
-while getopts :v:t:r:b:d:p:k:o:gTfh c
+while getopts :v:t:r:b:d:p:k:o:g:Tfh c
 do
     case $c in
     v)         version=$OPTARG;;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org