From: Richard W.M. Jones Date: Tue, 18 Jan 2011 15:34:07 +0000 (+0000) Subject: Set LANG=C when running external dmidecode command. X-Git-Tag: 1.4~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7b3638b1ff426a791ea4cb3fcae78e40278853e8;p=virt-what.git Set LANG=C when running external dmidecode command. --- diff --git a/virt-what.in b/virt-what.in index 30cce75..2324f12 100644 --- a/virt-what.in +++ b/virt-what.in @@ -77,7 +77,7 @@ cpuid=`virt-what-cpuid-helper` # Check for various products in the BIOS information. -dmi=`dmidecode 2>&1` +dmi=`LANG=C dmidecode 2>&1` # Check for VMware. # cpuid check added by Chetan Loke.