Explicitly set LANG=C for calls to GPG to have english text in the generated files.

This commit is contained in:
Alexander Leidinger 2018-06-17 13:15:12 +00:00
parent 5d4449f824
commit c84db9fc56
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51860

View file

@ -33,7 +33,7 @@ if [ -z "${gpg}" -o ! -x "${gpg}" ] ; then
error "gpg does not seem to be installed"
fi
gpg() {
"${gpg}" \
LANG=C "${gpg}" \
--display-charset utf-8 \
--no-greeting \
--no-secmem-warning \