You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Elkins <ch...@scardini.com> on 2002/03/19 18:05:43 UTC

[PATCH] Typo in catalina.bat

Hi, all.

The patch below fixes a typo in catalina.bat.

-- 
Christopher Elkins


Index: catalina.bat
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/src/bin/catalina.bat,v
retrieving revision 1.25
diff -u -r1.25 catalina.bat
--- catalina.bat	11 Feb 2002 20:26:24 -0000	1.25
+++ catalina.bat	19 Mar 2002 16:57:33 -0000
@@ -87,7 +87,7 @@
 
 if not ""%1"" == ""jpda"" goto noJpda
 set JPDA=jpda
-if not "%JPDA_ADDRESS%" == "" got gotJpdaAddress
+if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
 set JPDA_ADDRESS=jdbconn
 :gotJpdaAddress
 shift

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Typo in catalina.bat

Posted by Patrick Luby <pa...@sun.com>.
Christopher,

Good catch. I just committed your patch to the HEAD and tomcat_40_branch
branches.

Patrick

Christopher Elkins wrote:
> 
> Hi, all.
> 
> The patch below fixes a typo in catalina.bat.
> 
> --
> Christopher Elkins
> 
> Index: catalina.bat
> ===================================================================
> RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/src/bin/catalina.bat,v
> retrieving revision 1.25
> diff -u -r1.25 catalina.bat
> --- catalina.bat        11 Feb 2002 20:26:24 -0000      1.25
> +++ catalina.bat        19 Mar 2002 16:57:33 -0000
> @@ -87,7 +87,7 @@
> 
>  if not ""%1"" == ""jpda"" goto noJpda
>  set JPDA=jpda
> -if not "%JPDA_ADDRESS%" == "" got gotJpdaAddress
> +if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
>  set JPDA_ADDRESS=jdbconn
>  :gotJpdaAddress
>  shift
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

-- 
_____________________________________________________________________
Patrick Luby                          Email: patrick.luby@sun.com
Sun Microsystems                              Phone: 408-276-7471
901 San Antonio Road, USCA14-303
Palo Alto, CA 94303-4900
_____________________________________________________________________

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>