blob: c8c6e2859b5f03feeb088d6ccc2b4d483ca8a3c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/monkeysphere-host 2014-08-06 19:27:38.000000000 +0200
+++ b/src/monkeysphere-host.new 2014-12-07 23:23:07.306801343 +0100
@@ -71,7 +71,7 @@
# function to interact with the gpg keyring
gpg_host() {
- GNUPGHOME="$GNUPGHOME_HOST" LC_ALL=C gpg --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty --fixed-list-mode "$@"
+ GNUPGHOME="$GNUPGHOME_HOST" LC_ALL=C gpg1 --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty --fixed-list-mode "$@"
}
# list the info about the a key, in colon format, to stdout
|