From: jwang36 Date: Tue, 17 Oct 2006 06:38:16 +0000 (+0000) Subject: Fixed a little issue which will cause just one duplicated classpath X-Git-Tag: edk2-stable201903~24104 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7b8617fbc979e15cf92daa2b2eafe6e0b7e77d53;ds=sidebyside Fixed a little issue which will cause just one duplicated classpath git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1770 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/edksetup.bat b/edksetup.bat index 8a6aeb356c..333f061eab 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -67,7 +67,7 @@ set WORKSPACE=%CD% set FRAMEWORK_TOOLS_PATH=%WORKSPACE%\Tools\bin -if not defined ORIGINAL_CLASSPATH set ORIGINAL_CLASSPATH=%CLASSPATH% +if not defined ORIGINAL_CLASSPATH set ORIGINAL_CLASSPATH= %CLASSPATH% set CLASSPATH=%ORIGINAL_CLASSPATH% if defined WORKSPACE_TOOLS_PATH goto check_path