Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp328434pxb; Tue, 19 Oct 2021 03:53:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVV71P6oGWowNpMimUyzLlXjD82odfChPKkKgtABY0nK+tObiJvkEYP5/+zk+wuLRmHlM7 X-Received: by 2002:a62:aa15:0:b0:44d:6eda:17b2 with SMTP id e21-20020a62aa15000000b0044d6eda17b2mr35141293pff.74.1634640782344; Tue, 19 Oct 2021 03:53:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634640782; cv=none; d=google.com; s=arc-20160816; b=j+xCcD3tlaAcuCv4Yrq8yUK8XJCzaLUmPc7HSz1xCpcZ0bVgHQ2VELxnKnB05g8Nbr 2mrMvxcCAMpivDkIGz2WsvN7YYbjEuU7HkYX/n8SWseHbT3Q0rHTPk2rmaNvbgDQ26+v 8G7Ow/Fpe8ACXlvjMNE8lvTG5wu8jhdcO8YNqKxf0Deqhk4AKKNV+Gm2V3YemaQ8baL1 6xoQDhS48Qi57MhY6uyl8V098gr5WBc4PqrIs6KVcKHvn48yswTcOAcgoyAk2fJgzCCC cpgow63p9Iqay/8Cd8RdwghPA9Onsgob6TbP13jqfYqBaT5zsiYn9xm0dVrxJA0eBKj4 SVzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=mctWgjG4Oj+3FDbITrKo2E3fIX5kvU8k6++lb0FqTZM=; b=0oSAC8ywvLSwvb2SjFQOKSgXHfNVC/KTJhISGi/Fod0mhE6NhDLKsmtH9G/yjjlHxO e+s6FMlP49dEB0yymICgUVSM+TMNjVsv2x5gjBAbsGjZs4WcHStRCa1DuTplZnSCj0dj dbGR6n6vqIwkDdH5dPyswac6konyFKk0tsXCxyEzPH3sQI4HYLE0i9x556gO7+IsjCU8 TGIIjWqEeSxlsHtUNpo3ieZOEJ/0hduoDx0kQCJkRqJ6qGhtVEEXGIbWRMNSQJnzwjVZ uqVQy0QKQwbkDIEYNLTV+AqGl+LNFKC9vu3vn8zdBYuyCjl2in9cKmdbAouP9QUJIXhR cxhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s196si20101659pgs.539.2021.10.19.03.52.49; Tue, 19 Oct 2021 03:53:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235340AbhJSKwE (ORCPT + 99 others); Tue, 19 Oct 2021 06:52:04 -0400 Received: from gate.crashing.org ([63.228.1.57]:42024 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235211AbhJSKwD (ORCPT ); Tue, 19 Oct 2021 06:52:03 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 19JAiLWp009558; Tue, 19 Oct 2021 05:44:21 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 19JAiLUR009557; Tue, 19 Oct 2021 05:44:21 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Tue, 19 Oct 2021 05:44:20 -0500 From: Segher Boessenkool To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/boot: Set LANG=C in wrapper script Message-ID: <20211019104420.GN614@gate.crashing.org> References: <6a103cc4bb5ada724f893711e35ae6c459f95f3e.1634638790.git.christophe.leroy@csgroup.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6a103cc4bb5ada724f893711e35ae6c459f95f3e.1634638790.git.christophe.leroy@csgroup.eu> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 19, 2021 at 12:20:01PM +0200, Christophe Leroy wrote: > Add LANG=C at the beginning of the wrapper script in order to get the > output expected by the script: This doesn't use if any LC_* are set. Use LC_ALL=C to override all user choices. Segher