diff options
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 -- "$@" |