]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/BuildEnv: Do not modify the env 'PACKAGES_PATH' in BuildEnv
authorHao Wu <hao.a.wu@intel.com>
Wed, 16 Nov 2016 08:35:56 +0000 (16:35 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 18 Nov 2016 00:32:28 +0000 (08:32 +0800)
commitb4dc05e854736c8f353a0f6e18ca85faa4d3785e
tree063e5f85e9c9c210b27571b3eefcd052a6e18395
parent4e7872d2f71f511df155a9048f06761afce751da
BaseTools/BuildEnv: Do not modify the env 'PACKAGES_PATH' in BuildEnv

https://bugzilla.tianocore.org/show_bug.cgi?id=236

The script 'BuildEnv' modifies the value of the environment variable
'PACKAGES_PATH' (line 44). The script will substitute the ':' symbol
(separating multiple paths) with a space.

This is not supposed to happen since users might later use 'PACKAGES_PATH'
during the code-building process under a multiple-workspace scenario.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/BuildEnv