aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgit-remote-gcrypt3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 67b0f67..73a6847 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -407,8 +407,7 @@ read_config()
for recp_ in $conf_part
do
- filter_to @r_keyinfo "pub*" \
- "$(gpg --with-colons --fast-list -k "$recp_")"
+ filter_to @r_keyinfo "pub*" "$(gpg --with-colons -k "$recp_")"
isnull "$r_keyinfo" || isnonnull "${r_keyinfo##*"$Newline"*}" ||
echo_info "WARNING: '$recp_' matches multiple keys, using one"
r_keyinfo=${r_keyinfo%%"$Newline"*}