From: markt Date: Tue, 30 Dec 2008 21:47:58 +0000 (+0000) Subject: Fix porting error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fc97ce6d93e8b73179b650c5f6f79db84f3dafa3;p=tomcat7.0 Fix porting error git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@730250 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/setclasspath.bat b/bin/setclasspath.bat index 694476d5c..71cc5cef8 100755 --- a/bin/setclasspath.bat +++ b/bin/setclasspath.bat @@ -62,7 +62,7 @@ goto exit :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