回复: [edk2-devel] [PATCH] BaseTools: Fix spelling of "overwrite" and "overwriting" in toolset.bat

gaoliming gaoliming at byosoft.com.cn
Thu Jun 17 01:36:01 UTC 2021


Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel at edk2.groups.io <devel at edk2.groups.io> 代表 Rebecca Cran
> 发送时间: 2021年6月13日 11:56
> 收件人: Bob Feng <bob.c.feng at intel.com>; Liming Gao
> <gaoliming at byosoft.com.cn>; Yuwei Chen <yuwei.chen at intel.com>
> 抄送: Rebecca Cran <rebecca at bsdio.com>; devel at edk2.groups.io
> 主题: [edk2-devel] [PATCH] BaseTools: Fix spelling of "overwrite" and
> "overwriting" in toolset.bat
> 
> The words "overwrite" and "overwriting" are one word and shouldn't have
> hyphens.
> 
> Signed-off-by: Rebecca Cran <rebecca at bsdio.com>
> ---
>  BaseTools/toolsetup.bat | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat
> index 4b5256ab6e..1fb44aaeff 100755
> --- a/BaseTools/toolsetup.bat
> +++ b/BaseTools/toolsetup.bat
> @@ -227,7 +227,7 @@ if NOT exist %CONF_PATH% (
>  ) else (
> 
>    if defined RECONFIG (
> 
>      echo.
> 
> -    echo  Over-writing the files in the CONF_PATH directory
> 
> +    echo  Overwriting the files in the CONF_PATH directory
> 
>      echo  using the default template files
> 
>      echo.
> 
>    )
> 
> @@ -240,7 +240,7 @@ if NOT exist %CONF_PATH%\target.txt (
>    )
> 
> 
> copy %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt >
> nul
> 
>  ) else (
> 
> -  if defined RECONFIG echo over-write ... target.template
> to %CONF_PATH%\target.txt
> 
> +  if defined RECONFIG echo overwrite ... target.template
> to %CONF_PATH%\target.txt
> 
>    if defined RECONFIG copy
> /Y %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt >
> nul
> 
>  )
> 
> 
> 
> @@ -251,7 +251,7 @@ if NOT exist %CONF_PATH%\tools_def.txt (
>    )
> 
> 
> copy %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_d
> ef.txt > nul
> 
>  ) else (
> 
> -  if defined RECONFIG echo over-write ... tools_def.template
> to %CONF_PATH%\tools_def.txt
> 
> +  if defined RECONFIG echo overwrite ... tools_def.template
> to %CONF_PATH%\tools_def.txt
> 
>    if defined RECONFIG copy
> /Y %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_def.t
> xt > nul
> 
>  )
> 
> 
> 
> --
> 2.32.0
> 
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#76443): https://edk2.groups.io/g/devel/message/76443
> Mute This Topic: https://groups.io/mt/83503170/4905953
> Group Owner: devel+owner at edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming at byosoft.com.cn]
> -=-=-=-=-=-=
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#76633): https://edk2.groups.io/g/devel/message/76633
Mute This Topic: https://groups.io/mt/83595687/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list