[pacman-dev] [PATCH] pacman-key: Close msg string in generate_master_key

Allan McRae allan at archlinux.org
Mon Jan 11 01:11:51 UTC 2021


On 11/1/21 2:13 am, foxboron at archlinux.org wrote:
> From: Morten Linderud <morten at linderud.pw>
> 
> In 19980a61e9ed9b9a57520aaa919c40a4b5311f87 there was a msg added which
> didn't get the string closed.
> 

Argh...  I noticed this then pushed it anyway!  Thanks.

> Signed-off-by: Morten Linderud <morten at linderud.pw>
> ---
>  scripts/pacman-key.sh.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
> index 59162840..c65669f5 100644
> --- a/scripts/pacman-key.sh.in
> +++ b/scripts/pacman-key.sh.in
> @@ -145,7 +145,7 @@ key_lookup_from_name() {
>  
>  generate_master_key() {
>  	# Generate the master key, which will be in both pubring and secring
> -	msg "$(gettext "Generating pacman master key. This may take some time.")
> +	msg "$(gettext "Generating pacman master key. This may take some time.")"
>  
>  	"${GPG_PACMAN[@]}" --gen-key --batch <<EOF
>  %echo Generating pacman keyring master key...
> 


More information about the pacman-dev mailing list