summaryrefslogtreecommitdiff
path: root/edksetup.bat
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 19:48:49 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 19:48:49 +0000
commit13681235d499632f615c8eacbfa7a6975d786364 (patch)
treef6d6dde6292ea1e1316012149a3f320666890110 /edksetup.bat
parentccb4cab3d1a7fc6ed952593dfd597569e5ea4872 (diff)
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
Diffstat (limited to 'edksetup.bat')
-rw-r--r--edksetup.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.bat b/edksetup.bat
index 95f54a471..04409836d 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