On 11/1/21 2:13 am, [email protected] wrote: > From: Morten Linderud <[email protected]> > > 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 <[email protected]> > --- > 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... >
