Re: [Mesa-dev] [PATCH mesa] egl: use the LC_ALL hammer instead of LANG

2018-11-01 Thread Michel Dänzer
On 2018-11-01 5:57 p.m., Eric Engestrom wrote: > Some environment (like Travis apparently) set LC_* vars, messing up the > sort ordering, so let's use envvar with the highest priority to make > sure this is actually sorted in ASCII order. > > Suggested-by: Michel Dänzer > Fixes: b42dc50a5f1b22103

[Mesa-dev] [PATCH mesa] egl: use the LC_ALL hammer instead of LANG

2018-11-01 Thread Eric Engestrom
Some environment (like Travis apparently) set LC_* vars, messing up the sort ordering, so let's use envvar with the highest priority to make sure this is actually sorted in ASCII order. Suggested-by: Michel Dänzer Fixes: b42dc50a5f1b22103b26 "egl: fix entrypoint sorting test" Signed-off-by: Eric