diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-20 20:47:41 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-20 20:47:41 +0000 |
commit | 30f79db7a6170d428aa3e4d5c9fc0eadb8554099 (patch) | |
tree | 0a35a7a5858683e1a07ea48bd50b3db32cb77015 /Tools/bin | |
parent | 50d4c727a8fa751d8e687b9cf3756067420a4dc5 (diff) | |
download | edk2-platforms-30f79db7a6170d428aa3e4d5c9fc0eadb8554099.tar.xz |
Fix the CLASSPATH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1805 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin')
-rw-r--r-- | Tools/bin/ContextTool.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|