]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Ecc/Check.py
BaseTools/Ecc: Fix an issue of path separator compatibility
authorBob Feng <bob.c.feng@intel.com>
Tue, 1 Sep 2020 10:23:15 +0000 (18:23 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 1 Sep 2020 17:55:56 +0000 (17:55 +0000)
commit7513559926355dcd20516d01b0b44f2cddc2ff08
tree156e213f5934d2bf1cda5453fd9b67879d3ed6ee
parent46db105b7b77bc478452887e25836cd0745e9b65
BaseTools/Ecc: Fix an issue of path separator compatibility

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

The path separator is different in Windows and Linux, the
original code does not handle this difference. This patch
is to fix this issue.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Shenglei Zhang <shenglei.zhang@intel.com>
Message-Id: <20200901102315.38840-1-bob.c.feng@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
BaseTools/Source/Python/Ecc/Check.py