mirror of https://github.com/acidanthera/audk.git
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:
parent
eb614e7e39
commit
7b8617fbc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue