[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211019104420.GN614@gate.crashing.org>
Date: Tue, 19 Oct 2021 05:44:20 -0500
From: Segher Boessenkool <segher@...nel.crashing.org>
To: Christophe Leroy <christophe.leroy@...roup.eu>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Michael Ellerman <mpe@...erman.id.au>,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] powerpc/boot: Set LANG=C in wrapper script
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
Powered by blists - more mailing lists