grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] remove unneccessary trailing semicolon


From: Daniel Kiper
Subject: Re: [PATCH] remove unneccessary trailing semicolon
Date: Wed, 9 Sep 2020 13:51:23 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi Florian,

Your patch is missing
  Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>

If you are OK with me adding it for you I will take this patch.

On Tue, Sep 01, 2020 at 07:11:59AM +0200, Florian La Roche via Grub-devel wrote:
> ---
>  util/grub.d/41_custom.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/grub.d/41_custom.in b/util/grub.d/41_custom.in
> index fcc21a987..a08363da1 100644
> --- a/util/grub.d/41_custom.in
> +++ b/util/grub.d/41_custom.in
> @@ -3,7 +3,7 @@ cat <<EOF
>  if [ -f  \${config_directory}/custom.cfg ]; then
>    source \${config_directory}/custom.cfg
>  elif [ -z "\${config_directory}" -a -f  \$prefix/custom.cfg ]; then
> -  source \$prefix/custom.cfg;
> +  source \$prefix/custom.cfg
>  fi
>  EOF

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]