X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2Fbin%2FContextTool.bat;h=75bbb6ce8e3fe4c657b6bcede8728c31b69958a9;hp=cdd685e6e30d72169e22a976c13b5507c5064f23;hb=ba6e17fe11a889992dae7f0393dc30bd7da022e6;hpb=30f79db7a6170d428aa3e4d5c9fc0eadb8554099 diff --git a/Tools/bin/ContextTool.bat b/Tools/bin/ContextTool.bat index cdd685e6e3..75bbb6ce8e 100644 --- a/Tools/bin/ContextTool.bat +++ b/Tools/bin/ContextTool.bat @@ -28,8 +28,8 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar ( goto no_ContextTool ) -@REM Run Framework Wizard -call "java" -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %* +@REM Run ContextTool +java -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %* goto end