Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1880 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong 2006-11-01 03:12:47 +00:00
parent 169c7e46b3
commit a9008cdd8a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ set WORKSPACE=%CD%
set FRAMEWORK_TOOLS_PATH=%WORKSPACE%\Tools\bin
if not defined ORIGINAL_CLASSPATH set ORIGINAL_CLASSPATH= %CLASSPATH%
if not defined ORIGINAL_CLASSPATH set ORIGINAL_CLASSPATH=%CLASSPATH%
set CLASSPATH=%ORIGINAL_CLASSPATH%
if defined WORKSPACE_TOOLS_PATH goto check_path