chiark / gitweb /
lib/func.sh: Ask for `gpg1' because the stoats got to plain `gpg'.
[ssh-ca] / lib / func.sh
1 ### -*-sh-*-
2
3 ## Read user configuration.
4 . etc/config.sh
5
6 ## GnuPG runes.
7 run_gpg () {
8   gpg1 --no-permission-warning \
9     --homedir=gnupg --options=etc/gpg.conf \
10     "$@"
11 }