From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A65163939C3B; Thu, 29 Jul 2021 08:21:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A65163939C3B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: d930fbb6ae9c5f3af2cddae275347f2dc5d58310 X-Git-Newrev: 4f999b4eabb1121a2cfab937a908310350b76fa2 Message-Id: <20210729082129.A65163939C3B@sourceware.org> Date: Thu, 29 Jul 2021 08:21:29 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2021 08:21:29 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4f999b4eabb1121a2cfab937a908310350b76fa2 commit 4f999b4eabb1121a2cfab937a908310350b76fa2 Author: Corinna Vinschen Date: Wed Jul 28 22:18:38 2021 +0200 Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C Generating the tzmap.h file requires to use the default sorting order. Signed-off-by: Corinna Vinschen Diff: --- winsup/utils/tzmap-from-unicode.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org index af2b342c0..5f55a51e3 100755 --- a/winsup/utils/tzmap-from-unicode.org +++ b/winsup/utils/tzmap-from-unicode.org @@ -71,5 +71,5 @@ wget -O - "${ZONES_FILE}" | \ echo ' { L"Mid-Atlantic Standard Time", L"", L"Atlantic/South_Georgia" },' echo ' { L"SA Pacific Standard Time", L"HT", L"America/Port-au-Prince" },' echo ' { L"South Africa Standard Time", L"LY", L"Africa/Tripoli" },' -} | sort -d +} | LC_ALL=C sort -d echo "};"