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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org