From: Mark Wooding Date: Sun, 2 Jul 2017 22:02:32 +0000 (+0100) Subject: lib/func.sh: Ask for `gpg1' because the stoats got to plain `gpg'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ssh-ca/commitdiff_plain/79bed58bdbc136d2132ac0f2ed28513b14efdcf0 lib/func.sh: Ask for `gpg1' because the stoats got to plain `gpg'. --- diff --git a/lib/func.sh b/lib/func.sh index 0b6afdc..7c18a15 100644 --- a/lib/func.sh +++ b/lib/func.sh @@ -5,7 +5,7 @@ ## GnuPG runes. run_gpg () { - gpg --no-permission-warning \ + gpg1 --no-permission-warning \ --homedir=gnupg --options=etc/gpg.conf \ "$@" } \ No newline at end of file