amyroh 2002/08/01 18:38:14
Modified: catalina/src/bin startup.bat
Log:
Shoudln't call setenv.bat if it doesn't exist.
Revision Changes Path
1.3 +0 -1 jakarta-tomcat-catalina/catalina/src/bin/startup.bat
Index: startup.bat
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/startup.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- startup.bat 1 Aug 2002 04:59:24 -0000 1.2
+++ startup.bat 2 Aug 2002 01:38:14 -0000 1.3
@@ -12,7 +12,6 @@
if exist %PRG%\..\setenv.bat goto gotCmdPath
rem %0 must have been found by DOS using the %PATH% so we assume that
rem setenv.bat will also be found in the %PATH%
-call setenv.bat
goto doneSetenv
:gotCmdPath
call %PRG%\..\setenv.bat
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|