From: lhauch Date: Tue, 8 Aug 2006 19:48:49 +0000 (+0000) Subject: Fixed a bug in resetting the tools path when you switched workspaces. X-Git-Tag: edk2-stable201903~24655 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=13681235d499632f615c8eacbfa7a6975d786364;ds=sidebyside Fixed a bug in resetting the tools path when you switched workspaces. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/edksetup.bat b/edksetup.bat index 95f54a4714..04409836da 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -76,7 +76,7 @@ goto path_ok :check_path if "%FRAMEWORK_TOOLS_PATH%"=="%WORKSPACE_TOOLS_PATH%" goto path_ok set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH% -set WORKSPACE_PATH=%WORKSPACE% +set WORKSPACE_TOOLS_PATH=%WORKSPACE%\Tools\bin echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WORKSPACE :path_ok