svn commit: r51860 - head/share/pgpkeys
Alexander Leidinger
netchild at FreeBSD.org
Sun Jun 17 13:15:13 UTC 2018
Author: netchild (src,ports committer)
Date: Sun Jun 17 13:15:12 2018
New Revision: 51860
URL: https://svnweb.freebsd.org/changeset/doc/51860
Log:
Explicitly set LANG=C for calls to GPG to have english text in the generated files.
Modified:
head/share/pgpkeys/addkey.sh
Modified: head/share/pgpkeys/addkey.sh
==============================================================================
--- head/share/pgpkeys/addkey.sh Sun Jun 17 10:44:22 2018 (r51859)
+++ head/share/pgpkeys/addkey.sh Sun Jun 17 13:15:12 2018 (r51860)
@@ -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 \
More information about the svn-doc-head
mailing list