Reviewed-by: G Edhaya Chandran<edhaya.chand...@arm.com>

> -----Original Message-----
> From: Heinrich Schuchardt <xypron.g...@gmx.de>
> Sent: 26 February 2021 18:10
> To: EDK II Development <devel@edk2.groups.io>
> Cc: Eric Jin <eric....@intel.com>; G Edhaya Chandran
> <edhaya.chand...@arm.com>; Barton Gao <gao...@byosoft.com.cn>; Arvin
> Chen <arvinx.c...@intel.com>; Samer El-Haj-Mahmoud <Samer.El-Haj-
> mahm...@arm.com>; Heinrich Schuchardt <xypron.g...@gmx.de>
> Subject: [PATCH edk2-test 1/1] SctPkg: remove CR in uefi-sct/SctPkg/build.sh
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3239
>
> A superfluous carriage return leads to an error:
>
> uefi-sct/SctPkg/build.sh: line 61:
> syntax error near unexpected token `fi'
> uefi-sct/SctPkg/build.sh: line 61:
> `    fi'
>
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> ---
>  uefi-sct/SctPkg/build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/uefi-sct/SctPkg/build.sh b/uefi-sct/SctPkg/build.sh index
> 2efc5535b8fc..de7a10034e3d 100755
> --- a/uefi-sct/SctPkg/build.sh
> +++ b/uefi-sct/SctPkg/build.sh
> @@ -56,7 +56,7 @@ function get_gcc_version  {
>  gcc_version=$($1 -dumpversion)
>
> -if [ ${gcc_version%%.*} -ge 5 ]; then
> +if [ ${gcc_version%%.*} -ge 5 ]; then
>  gcc_version=5
>  fi
>
> --
> 2.30.0

IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72341): https://edk2.groups.io/g/devel/message/72341
Mute This Topic: https://groups.io/mt/80925661/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to