[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <442f7b5-6a6e-f2f6-3980-add12adbdb1e@trent.utfs.org>
Date: Mon, 5 Apr 2021 16:23:09 +0200 (CEST)
From: Christian Kujau <lists@...dbynature.de>
To: "Paul E. McKenney" <paulmck@...nel.org>
cc: Frederic Weisbecker <frederic@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] torture: Correctly fetch CPUs for kvm-build.sh with all
native language
On Thu, 1 Apr 2021, Paul E. McKenney wrote:
> +# This script knows only English.
> +LANG=en_US.UTF-8; export LANG
This, too, will only work if en_US.UTF-8 is installed . Check with "locale
-a" if it is. Also, Perl will complain loudly if the language is not
installed (try: "LANG=en_US.UTF-9 perl"), a nice way to test if LANG works
as expected.
So, wouldn't LANG=C be a more conservative fallback here?
</bikeshed>
Christian.
--
BOFH excuse #58:
high pressure system failure
Powered by blists - more mailing lists