diff options
author | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-24 01:02:59 +0000 |
---|---|---|
committer | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-24 01:02:59 +0000 |
commit | c81f5d4433eaa8f0eaaa7d2c73cd193a6ca9a230 (patch) | |
tree | 059cc42a2c719d443741a797d3fc695e2af1d900 /Tools/bin | |
parent | 0bab6d041aaa50d870da29bd3a8b31a628350e47 (diff) | |
download | edk2-platforms-c81f5d4433eaa8f0eaaa7d2c73cd193a6ca9a230.tar.xz |
1.add code to support friendly output message.
2.fix the bug, and support "ContextTool /?"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1831 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 cdd685e6e3..407c2e76a1 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 "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
+java -cp %WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
goto end
|