From 2d9152297ff0d2f993d6a668ea075a0d93be5871 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 11 Aug 2017 12:48:19 -0400 Subject: Generalize and tighten localgpgimport. --- localgpgimport | 4 ++-- 1 file 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 -- "$@" -- cgit v1.2.3