You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/12/30 22:47:58 UTC

svn commit: r730250 - /tomcat/trunk/bin/setclasspath.bat

Author: markt
Date: Tue Dec 30 13:47:58 2008
New Revision: 730250

URL: http://svn.apache.org/viewvc?rev=730250&view=rev
Log:
Fix porting error

Modified:
    tomcat/trunk/bin/setclasspath.bat

Modified: tomcat/trunk/bin/setclasspath.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.bat?rev=730250&r1=730249&r2=730250&view=diff
==============================================================================
--- tomcat/trunk/bin/setclasspath.bat (original)
+++ tomcat/trunk/bin/setclasspath.bat Tue Dec 30 13:47:58 2008
@@ -62,7 +62,7 @@
 :okBasedir
 
 rem Don't override the endorsed dir if the user has set it previously
-if not "%JAVA_ENDORSED_DIRS" == "" goto gotEndorseddir
+if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir
 rem Set the default -Djava.endorsed.dirs argument
 set JAVA_ENDORSED_DIRS=%BASEDIR%\endorsed
 :gotEndorseddir



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