From 5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 19 Oct 2015 13:47:19 +1000 Subject: Remove space before ellipses Makes all use of ellipses consistent... Signed-off-by: Allan McRae --- scripts/pacman-key.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pacman-key.sh.in') 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 -- cgit v1.2.3-24-g4f1b