svn commit: r51860 - head/share/pgpkeys
Alexander Leidinger <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"