Re: [Mesa-dev] [PATCH 3/5] mesa: update mangle script to force locale

2014-08-12 Thread Ilia Mirkin
On Tue, Aug 12, 2014 at 3:07 AM, Michel Dänzer wrote: > On 12.08.2014 04:07, Ilia Mirkin wrote: >> The sorting is different with LC_ALL=C. To avoid different people's >> locale settings from fighting, force it to the one that was used to >> generate the current file. >> >> Signed-off-by: Ilia Mirk

Re: [Mesa-dev] [PATCH 3/5] mesa: update mangle script to force locale

2014-08-12 Thread Michel Dänzer
On 12.08.2014 04:07, Ilia Mirkin wrote: > The sorting is different with LC_ALL=C. To avoid different people's > locale settings from fighting, force it to the one that was used to > generate the current file. > > Signed-off-by: Ilia Mirkin > --- > > Not sure if there's a better way of doing it..

[Mesa-dev] [PATCH 3/5] mesa: update mangle script to force locale

2014-08-11 Thread Ilia Mirkin
The sorting is different with LC_ALL=C. To avoid different people's locale settings from fighting, force it to the one that was used to generate the current file. Signed-off-by: Ilia Mirkin --- Not sure if there's a better way of doing it... perhaps forcing to C and just regenerating with that m