Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2021-01-10 17:13:47 +0100
committerAllan McRae <allan@archlinux.org>2021-01-11 11:11:06 +1000
commit8566cd9be905c96b56ec550ed30058bcc9aed06e (patch)
treeefab0df203403b457e9d0efeaedf3de7ed06e811
parent57a75dedb115df9e6ed516bbb2cea5ef8582ce51 (diff)
pacman-key: Close msg string in generate_master_key
In 19980a61e9ed9b9a57520aaa919c40a4b5311f87 there was a msg added which didn't get the string closed. Signed-off-by: Morten Linderud <morten@linderud.pw> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--scripts/pacman-key.sh.in2
1 files changed, 1 insertions, 1 deletions
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...