From fc97ce6d93e8b73179b650c5f6f79db84f3dafa3 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 30 Dec 2008 21:47:58 +0000 Subject: [PATCH] Fix porting error git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@730250 13f79535-47bb-0310-9956-ffa450edef68 --- bin/setclasspath.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0