On Thu, Mar 15, 2018 at 11:24 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > On Mär 15 2018, Ian Lance Taylor <i...@golang.org> wrote: > >> On Thu, Mar 15, 2018 at 10:10 AM, Andreas Schwab <sch...@linux-m68k.org> >> wrote: >>> On Mär 15 2018, Ian Lance Taylor <i...@golang.org> wrote: >>> >>>> + env = append(env, "LANG=C") >>> >>> You should use LC_ALL=C instead. >> >> Does it really matter? Do you think that this approach won't work? > > LANG has lowest priority.
The code strips out all the other possibly relevant environment variables. Ian