From 8aa9a1a22a1f3717dc077097be8e0f976a4889d6 Mon Sep 17 00:00:00 2001 From: lhauch Date: Wed, 25 Oct 2006 20:34:36 +0000 Subject: 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 --- Tools/bin/ContextTool.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools/bin/ContextTool.bat') diff --git a/Tools/bin/ContextTool.bat b/Tools/bin/ContextTool.bat index 407c2e76a1..75bbb6ce8e 100644 --- a/Tools/bin/ContextTool.bat +++ b/Tools/bin/ContextTool.bat @@ -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 -- cgit v1.2.3