Explicitely set LANGUAGE=C to avoid possible locale issues
authorMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 11:33:34 +0000 (13:33 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 11:36:04 +0000 (13:36 +0200)
commit6f2677c7fe5fec2aa44856e395264959ced7a3cf
tree0ba975d84e1bcb058eb94801523d1e2f51a6aa47
parent91f2e990ca65aa3670454097d6d3937d392d7652
Explicitely set LANGUAGE=C to avoid possible locale issues

In github issue #48 the following was reported when running with
option --debopt "--verbose --include=grub-pc,locales":

| *** update-locale: Error: invalid locale settings:  LANGUAGE=en_US:en LANG=en_US.UTF-8

While this shouldn't be a real problem but just a warning message
it still might be a good idea to explictely reset LANGUAGE=C.

See https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html
for details regarding LANG/LC_ALL/LANGUAGE handling.

Fixes #48 @ github
grml-debootstrap