From: yshi8 Date: Wed, 10 May 2006 08:11:30 +0000 (+0000) Subject: Change the name convention of Framework_Tools_Path to pass the build X-Git-Tag: edk2-stable201903~25527 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8b61dfd909a48d68d564362d70fc25442309a5d3 Change the name convention of Framework_Tools_Path to pass the build git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/edksetup.bat b/edksetup.bat index 1206c95ad2..a7172db45e 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -62,8 +62,8 @@ if not exist %XMLBEANS_HOME%\lib\saxon8.jar goto no_saxon8 @REM set WORKSPACE=%CD% -set FRAMEWORK_TOOLS_PATH=%WORKSPACE%\Tools\Bin -set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH% +set Framework_Tools_Path=%WORKSPACE%\Tools\bin +set PATH=%Framework_Tools_Path%;%PATH% echo. echo JAVA_HOME: %JAVA_HOME%