]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed a bug in resetting the tools path when you switched workspaces.
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Aug 2006 19:48:49 +0000 (19:48 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Aug 2006 19:48:49 +0000 (19:48 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524

edksetup.bat

index 95f54a47141a0bd12410a60803094af6be10f919..04409836dafa6ca4ba47be6c14994cb3fabcb740 100644 (file)
@@ -76,7 +76,7 @@ goto path_ok
 :check_path\r
 if "%FRAMEWORK_TOOLS_PATH%"=="%WORKSPACE_TOOLS_PATH%" goto path_ok\r
 set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH%\r
-set WORKSPACE_PATH=%WORKSPACE%\r
+set WORKSPACE_TOOLS_PATH=%WORKSPACE%\Tools\bin\r
 echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WORKSPACE\r
 \r
 :path_ok\r