summaryrefslogtreecommitdiffstats
path: root/Tools/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/bin')
-rw-r--r--Tools/bin/ContextTool.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/bin/ContextTool.bat b/Tools/bin/ContextTool.bat
index 69ca4fc2e2..cdd685e6e3 100644
--- a/Tools/bin/ContextTool.bat
+++ b/Tools/bin/ContextTool.bat
@@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar (
)
@REM Run Framework Wizard
-call "java" -cp %CLASSPATH%;%WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
+call "java" -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
goto end