]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/bin/ContextTool.bat
Added quotes around the classpath option in script files
[mirror_edk2.git] / Tools / bin / ContextTool.bat
index 407c2e76a140b5058f9f9c76226d60471b43e29d..75bbb6ce8e3fe4c657b6bcede8728c31b69958a9 100644 (file)
@@ -28,8 +28,8 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar (
   goto no_ContextTool\r
 )\r
 \r
-@REM Run Framework Wizard\r
-java -cp %WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*\r
+@REM Run ContextTool\r
+java -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*\r
 \r
 goto end\r
 \r