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

@@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\Jars\DbTools.jar (
)
@REM Run Framework Wizard
call "java" -cp %WORKSPACE%\Tools\Jars\DbTools.jar org.tianocore.DbTools.DbTool %*
call "java" -cp "%WORKSPACE%\Tools\Jars\DbTools.jar" org.tianocore.DbTools.DbTool %*
goto end