Fixed a little issue which will cause just one duplicated classpath

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1770 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-10-17 06:38:16 +00:00
parent eb614e7e39
commit 7b8617fbc9
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