svn commit: r49299 - head/share/pgpkeys
Alexander Leidinger <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: netchild (src,ports committer)
Date: Wed Aug 17 07:27:23 2016
New Revision: 49299
URL: https://svnweb.freebsd.org/changeset/doc/49299
Log:
make sure to be in a an expected language, gpg may return localised strings
Modified:
head/share/pgpkeys/checkkey.sh
Modified: head/share/pgpkeys/checkkey.sh
==============================================================================
--- head/share/pgpkeys/checkkey.sh Wed Aug 17 07:26:19 2016 (r49298)
+++ head/share/pgpkeys/checkkey.sh Wed Aug 17 07:27:23 2016 (r49299)
@@ -10,6 +10,9 @@
# <https://we.riseup.net/riseuplabs+paow/openpgp-best-practices#openpgp-key-checks>
#
+# make sure we are in a well known language
+LANG=C
+
\unalias -a
progname=${0##*/}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"