mirror of https://github.com/acidanthera/audk.git
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:
parent
169c7e46b3
commit
a9008cdd8a
|
@ -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