commit: 642e96284507ac3a2964bb69123dad54cbde0dfd
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 19:23:25 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat May 4 19:23:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=642e9628
keyrings: export filename should not be passed as a key!
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
keyrings.inc.bash | 1 +
1 file changed, 1 insertion(+)
diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index bf4e4fe..54f0e8c 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -75,6 +75,7 @@ setup_tmp() {
export_keys() {
DST="$1"
+ shift
setup_tmp
TMP="${GPG_TMPDIR}"/$(basename "${DST}")
# Must not exist, otherwise GPG will give error