public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2] BaseTools: replace the chinese quotation mark with unicode "
@ 2019-07-25  3:00 Fan, ZhijuX
  2019-07-25 11:12 ` [edk2-devel] " Philippe Mathieu-Daudé
  0 siblings, 1 reply; 3+ messages in thread
From: Fan, ZhijuX @ 2019-07-25  3:00 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Bob Feng, Liming Gao, Zhiju . Fan

From: Sean Brogan <spbrogan@live.com>

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

chinese quotation mark are used in the file
This patch is going to fix that issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
---
 BaseTools/Source/Python/Pkcs7Sign/Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Source/Python/Pkcs7Sign/Readme.md b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
index 5315b7fca4..a7b9caf52c 100644
--- a/BaseTools/Source/Python/Pkcs7Sign/Readme.md
+++ b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
@@ -10,7 +10,7 @@ NOTE: Below steps are required for Windows. Linux may already have the OPENSSL e
     set OPENSSL_HOME=c:\home\openssl\openssl-[version]
     set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
 
-When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use “-config path/to/openssl.cnf” to describe the specific config file).
+When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use "-config path/to/openssl.cnf" to describe the specific config file).
 
 The user need check the openssl.cnf file, to find your CA path setting, e.g. check if the path exists in [ CA_default ] section.
 
-- 
2.14.1.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH V2] BaseTools: replace the chinese quotation mark with unicode "
  2019-07-25  3:00 [PATCH V2] BaseTools: replace the chinese quotation mark with unicode " Fan, ZhijuX
@ 2019-07-25 11:12 ` Philippe Mathieu-Daudé
  2019-07-26  6:44   ` Liming Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-07-25 11:12 UTC (permalink / raw)
  To: devel, zhijux.fan; +Cc: Sean Brogan, Bob Feng, Liming Gao

On 7/25/19 5:00 AM, Fan, ZhijuX wrote:
> From: Sean Brogan <spbrogan@live.com>
> 
> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2013
> 
> chinese quotation mark are used in the file
> This patch is going to fix that issue.
> 
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
> ---
>  BaseTools/Source/Python/Pkcs7Sign/Readme.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/BaseTools/Source/Python/Pkcs7Sign/Readme.md b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
> index 5315b7fca4..a7b9caf52c 100644
> --- a/BaseTools/Source/Python/Pkcs7Sign/Readme.md
> +++ b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
> @@ -10,7 +10,7 @@ NOTE: Below steps are required for Windows. Linux may already have the OPENSSL e
>      set OPENSSL_HOME=c:\home\openssl\openssl-[version]
>      set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
>  
> -When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use “-config path/to/openssl.cnf” to describe the specific config file).
> +When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use "-config path/to/openssl.cnf" to describe the specific config file).
>  
>  The user need check the openssl.cnf file, to find your CA path setting, e.g. check if the path exists in [ CA_default ] section.
>  

I wonder, we could add a BaseTool script as pre-commit hook to check
this kind of easy typos...

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH V2] BaseTools: replace the chinese quotation mark with unicode "
  2019-07-25 11:12 ` [edk2-devel] " Philippe Mathieu-Daudé
@ 2019-07-26  6:44   ` Liming Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Liming Gao @ 2019-07-26  6:44 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, devel@edk2.groups.io, Fan, ZhijuX
  Cc: Sean Brogan, Feng, Bob C



>-----Original Message-----
>From: Philippe Mathieu-Daudé [mailto:philmd@redhat.com]
>Sent: Thursday, July 25, 2019 7:12 PM
>To: devel@edk2.groups.io; Fan, ZhijuX <zhijux.fan@intel.com>
>Cc: Sean Brogan <spbrogan@live.com>; Feng, Bob C <bob.c.feng@intel.com>;
>Gao, Liming <liming.gao@intel.com>
>Subject: Re: [edk2-devel] [PATCH V2] BaseTools: replace the chinese
>quotation mark with unicode "
>
>On 7/25/19 5:00 AM, Fan, ZhijuX wrote:
>> From: Sean Brogan <spbrogan@live.com>
>>
>> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2013
>>
>> chinese quotation mark are used in the file
>> This patch is going to fix that issue.
>>
>> Cc: Bob Feng <bob.c.feng@intel.com>
>> Cc: Liming Gao <liming.gao@intel.com>
>> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
>> ---
>>  BaseTools/Source/Python/Pkcs7Sign/Readme.md | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/BaseTools/Source/Python/Pkcs7Sign/Readme.md
>b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
>> index 5315b7fca4..a7b9caf52c 100644
>> --- a/BaseTools/Source/Python/Pkcs7Sign/Readme.md
>> +++ b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
>> @@ -10,7 +10,7 @@ NOTE: Below steps are required for Windows. Linux
>may already have the OPENSSL e
>>      set OPENSSL_HOME=c:\home\openssl\openssl-[version]
>>      set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
>>
>> -When a user uses OpenSSL (req or ca command) to generate the
>certificates, OpenSSL will use the openssl.cnf file as the configuration data
>(can use “-config path/to/openssl.cnf” to describe the specific config file).
>> +When a user uses OpenSSL (req or ca command) to generate the
>certificates, OpenSSL will use the openssl.cnf file as the configuration data
>(can use "-config path/to/openssl.cnf" to describe the specific config file).
>>
>>  The user need check the openssl.cnf file, to find your CA path setting, e.g.
>check if the path exists in [ CA_default ] section.
>>
>
>I wonder, we could add a BaseTool script as pre-commit hook to check
>this kind of easy typos...
>
>Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>

Reviewed-by: Liming Gao <liming.gao@intel.com>

Thanks
Liming

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-26  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-25  3:00 [PATCH V2] BaseTools: replace the chinese quotation mark with unicode " Fan, ZhijuX
2019-07-25 11:12 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-07-26  6:44   ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox