summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-key.sh.in
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-10-19 05:47:19 +0200
committerAllan McRae <allan@archlinux.org>2015-10-19 05:48:56 +0200
commit5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 (patch)
tree96d3baac27cabf62add001d9bb9c3f8656b8a03d /scripts/pacman-key.sh.in
parent29d4dcf767b7325ac7e9bbaa4c0b45e3e3ee2c73 (diff)
downloadpacman-5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8.tar.gz
pacman-5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8.tar.xz
Remove space before ellipses
Makes all use of ellipses consistent... Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/pacman-key.sh.in')
-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 82328515..9f7b5236 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -482,7 +482,7 @@ refresh_keys() {
verify_sig() {
local ret=0
for sig; do
- msg "Checking %s ..." "$sig"
+ msg "Checking %s..." "$sig"
if ! "${GPG_PACMAN[@]}" --status-fd 1 --verify "$sig" | grep -qE '^\[GNUPG:\] TRUST_(FULLY|ULTIMATE)$'; then
error "$(gettext "The signature identified by %s could not be verified.")" "$sig"
ret=1