summaryrefslogtreecommitdiff
path: root/Tools/bin/ContextTool.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/bin/ContextTool.bat')
-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 cdd685e6e3..407c2e76a1 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 "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
+java -cp %WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
goto end