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:
lhauch
2006-10-25 20:34:36 +00:00
parent 94e17f1190
commit 8aa9a1a22a
8 changed files with 10 additions and 10 deletions

View File

@@ -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