diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-08-11 12:48:19 -0400 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-08-11 12:48:19 -0400 |
commit | 2d9152297ff0d2f993d6a668ea075a0d93be5871 (patch) | |
tree | 5b854c7fb7a3b3f7d727b8aa5645c37726cdf95b /localgpgimport | |
parent | 3c253693308fed46e741dd6ab98c883b68ccabf5 (diff) |
Generalize and tighten localgpgimport.
Diffstat (limited to 'localgpgimport')
-rwxr-xr-x | localgpgimport | 4 |
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 -- "$@" |