X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2Fbin%2FContextTool.bat;h=cdd685e6e30d72169e22a976c13b5507c5064f23;hp=69ca4fc2e27f09ad356cf79d66e11a4adcf0ede4;hb=30f79db7a6170d428aa3e4d5c9fc0eadb8554099;hpb=50d4c727a8fa751d8e687b9cf3756067420a4dc5 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