From owner-svn-doc-all@freebsd.org Wed Aug 17 07:27:24 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C598BBB80B; Wed, 17 Aug 2016 07:27:24 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EB1B17C7; Wed, 17 Aug 2016 07:27:23 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7H7RNaX007859; Wed, 17 Aug 2016 07:27:23 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7H7RNgM007858; Wed, 17 Aug 2016 07:27:23 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201608170727.u7H7RNgM007858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Wed, 17 Aug 2016 07:27:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49299 - head/share/pgpkeys X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 07:27:24 -0000 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 @@ # # +# make sure we are in a well known language +LANG=C + \unalias -a progname=${0##*/}