From: bbahnsen Date: Fri, 20 Oct 2006 20:47:41 +0000 (+0000) Subject: Fix the CLASSPATH X-Git-Tag: edk2-stable201903~24069 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=30f79db7a6170d428aa3e4d5c9fc0eadb8554099 Fix the CLASSPATH git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1805 6f19259b-4bc3-4df7-8a09-765794883524 --- 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