genbuild_h: set LC_ALL=C to get rid of language influence to date
Change-Id: Ia0af9e332522a640dd9aaa3a62d39d691fcfa959 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: http://review.coreboot.org/10449 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
4dc1197ba3
commit
946bf935db
|
@ -23,6 +23,7 @@ GITREV=""
|
||||||
TIMESOURCE=""
|
TIMESOURCE=""
|
||||||
|
|
||||||
export LANG=C
|
export LANG=C
|
||||||
|
export LC_ALL=C
|
||||||
export TZ=UTC
|
export TZ=UTC
|
||||||
|
|
||||||
if [ -d "${top}/.git" ] && [ -f "$(command -v git)" ]; then
|
if [ -d "${top}/.git" ] && [ -f "$(command -v git)" ]; then
|
||||||
|
|
Loading…
Reference in New Issue