index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Leonid Isaev <leonid.isaev@jila.colorado.edu> | 2016-05-07 17:24:17 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-05-18 15:46:59 +1000 |
commit | c2f9758018479c15a34887d960f36ba9b532175f (patch) | |
tree | c98a855676837966807b0b766a07d2d4a40c989e /scripts | |
parent | 5469161dad387b71d605cfeb2c6c369df6f939e3 (diff) |
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 30d27047..0db09522 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -483,7 +483,7 @@ verify_sig() { local ret=0 for sig; do msg "Checking %s..." "$sig" - if ! "${GPG_PACMAN[@]}" --status-fd 1 --verify "$sig" | grep -qE '^\[GNUPG:\] TRUST_(FULLY|ULTIMATE)$'; then + 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 fi |