projects
/
fsf-keyring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9209c
)
visually partition keys being refreshed
author
Andrew Engelbrecht
<andrew@fsf.org>
Thu, 4 Mar 2021 19:53:46 +0000
(14:53 -0500)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Thu, 4 Mar 2021 19:53:46 +0000
(14:53 -0500)
fsf-keyring.sh
patch
|
blob
|
blame
|
history
diff --git
a/fsf-keyring.sh
b/fsf-keyring.sh
index 8a2105d6426a25e588e9a97e1c06d794a097388e..6c019cfcc5b484402e0a9bb5ae0eeb0e08506110 100755
(executable)
--- a/
fsf-keyring.sh
+++ b/
fsf-keyring.sh
@@
-59,6
+59,7
@@
rm -f /tmp/keys.asc ./fsf-keyring.gpg
for KEY in $KEYS ; do
if $refresh; then
+ echo
refresh-gpg-key $KEY
fi
done