From 13681235d499632f615c8eacbfa7a6975d786364 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.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524 --- edksetup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2