Added quotes around the classpath option in script files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1841 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -28,8 +28,8 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar (
|
||||
goto no_ContextTool
|
||||
)
|
||||
|
||||
@REM Run Framework Wizard
|
||||
java -cp %WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
|
||||
@REM Run ContextTool
|
||||
java -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
|
||||
|
||||
goto end
|
||||
|
||||
|
Reference in New Issue
Block a user