]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:replaces the two offending quotes by ascii quotes
authorFan, Zhiju <zhijux.fan@intel.com>
Tue, 17 Dec 2019 05:51:51 +0000 (13:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 18 Dec 2019 01:57:24 +0000 (01:57 +0000)
commit69ebe8280672589d8f5826f74c0fa92c103c8042
treebad8c35dd3e77d00bc14b8e147300251a1469dd1
parent78fb6b0e022f2e0835ca6d075f4a7a36e36d0f23
BaseTools:replaces the two offending quotes by ascii quotes

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

That commit 13c5e34a1b introduces the first two UTF-8
characters (the quote ') in an otherwise all-ascii file.

In Conf\tools_def.template
There is tow lines of
  Notes: Since this tool chain is obsolete, it doesn't enable
  the compiler option for included header file list generation,

we replaces the two offending quotes by proper ascii quotes
The patch is going to fix this issue

Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Conf/tools_def.template