summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-08-11 12:48:19 -0400
committerJonas Smedegaard <dr@jones.dk>2017-08-11 12:48:19 -0400
commit2d9152297ff0d2f993d6a668ea075a0d93be5871 (patch)
tree5b854c7fb7a3b3f7d727b8aa5645c37726cdf95b
parent3c253693308fed46e741dd6ab98c883b68ccabf5 (diff)
Generalize and tighten localgpgimport.
-rwxr-xr-xlocalgpgimport4
1 files changed, 2 insertions, 2 deletions
diff --git a/localgpgimport b/localgpgimport
index b101b0b..fd4d1cb 100755
--- a/localgpgimport
+++ b/localgpgimport
@@ -1,5 +1,5 @@
#!/bin/sh
#
-# workaround for alot :pipeto action choking on dashes
+# import key certifications
-gpg --import "$@"
+gpg --import --import-options merge-only -- "$@"