Explicitly set LANG=C for calls to GPG to have english text in the generated files.
This commit is contained in:
parent
5d4449f824
commit
c84db9fc56
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51860
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue