From cvs-return-68418-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Wed Jun 2 11:20:18 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 35196180638 for ; Wed, 2 Jun 2021 13:20:18 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id A01BD6159C for ; Wed, 2 Jun 2021 11:20:17 +0000 (UTC) Received: (qmail 36677 invoked by uid 500); 2 Jun 2021 11:20:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 36650 invoked by uid 99); 2 Jun 2021 11:20:16 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2021 11:20:16 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id BED6C17B632 for ; Wed, 2 Jun 2021 11:20:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1890386 - /httpd/site/trunk/tools/announce.sh Date: Wed, 02 Jun 2021 11:20:16 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20210602112016.BED6C17B632@svn01-us-east.apache.org> Author: jailletc36 Date: Wed Jun 2 11:20:16 2021 New Revision: 1890386 URL: http://svn.apache.org/viewvc?rev=1890386&view=rev Log: Improve compatibility with non-English system Modified: httpd/site/trunk/tools/announce.sh Modified: httpd/site/trunk/tools/announce.sh URL: http://svn.apache.org/viewvc/httpd/site/trunk/tools/announce.sh?rev=1890386&r1=1890385&r2=1890386&view=diff ============================================================================== --- httpd/site/trunk/tools/announce.sh (original) +++ httpd/site/trunk/tools/announce.sh Wed Jun 2 11:20:16 2021 @@ -12,6 +12,9 @@ #Bail when non-zero return codes are encountered set -e +#Make sure English is used when formating dates +export LANG=en_US.UTF-8 + usage () { echo "USAGE: $0 version your_asf_id 'Your Name' (scratch_dir)" echo "WARNING: The scratch_dir will be purged if it exists"