svn commit: r49299 - head/share/pgpkeys
Alexander Leidinger
netchild at FreeBSD.org
Wed Aug 17 07:27:24 UTC 2016
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##*/}
More information about the svn-doc-head
mailing list