From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 826 invoked by alias); 29 Mar 2009 13:36:55 -0000 Received: (qmail 514 invoked by uid 22791); 29 Mar 2009 13:36:52 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Mar 2009 13:36:46 +0000 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 1A1161C00075 for ; Sun, 29 Mar 2009 15:36:40 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id 653D4901BD for ; Sun, 29 Mar 2009 15:36:43 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id WD87yyLCakSB for ; Sun, 29 Mar 2009 15:36:42 +0200 (CEST) Received: from igel.home (DSL01.83.171.146.241.ip-pool.NEFkom.net [83.171.146.241]) by mail.mnet-online.de (Postfix) with ESMTP for ; Sun, 29 Mar 2009 15:36:41 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id E0B6D10DE1D; Sun, 29 Mar 2009 15:36:38 +0200 (CEST) From: Andreas Schwab To: gdb-patches@sourceware.org Subject: Fix invalid locale X-Yow: If I am elected, the concrete barriers around the WHITE HOUSE will be replaced by tasteful foam replicas of ANN MARGARET! Date: Sun, 29 Mar 2009 14:53:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00656.txt.bz2 Bash 4.0 complains when trying to set an invalid locale. Committed as obvious. Andreas. 2009-03-29 Andreas Schwab * observer.sh: Set LANG/LC_ALL to C, not c. --- gdb/observer.sh.~1.17.~ 2009-01-03 13:50:17.000000000 +0100 +++ gdb/observer.sh 2009-03-29 15:29:12.000000000 +0200 @@ -2,8 +2,8 @@ # Make certain that the script is not running in an internationalized # environment. -LANG=c ; export LANG -LC_ALL=c ; export LC_ALL +LANG=C ; export LANG +LC_ALL=C ; export LC_ALL if test $# -ne 3 then -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."