blob: 99af937cc071212fbdcc2e3657af8aaa6f5460c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/monkeysphere 2014-08-06 19:27:38.000000000 +0200
+++ b/src/monkeysphere 2014-12-07 23:22:52.903467885 +0100
@@ -62,7 +62,7 @@
# user gpg command to define common options
gpg_user() {
- LC_ALL=C gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@"
+ LC_ALL=C gpg1 --fixed-list-mode --no-greeting --quiet --no-tty "$@"
}
# output the ssh fingerprint of a gpg key
|