From 998a3f4b95940d8cbfab6de7b35129b9ad1313a4 Mon Sep 17 00:00:00 2001 From: lhauch Date: Tue, 8 Aug 2006 19:48:49 +0000 Subject: [PATCH] Fixed a bug in resetting the tools path when you switched workspaces. git-svn-id: https://edk2.tianocore.org/svn/edk2/trunk@1217 de2fecce-e211-0410-80a6-f3fac2684e05 --- edk2/edksetup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edk2/edksetup.bat b/edk2/edksetup.bat index 95f54a471..04409836d 100644 --- a/edk2/edksetup.bat +++ b/edk2/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 -- 2.17.1