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:
Alexander Couzens 2015-06-07 02:10:57 +02:00 committed by Patrick Georgi
parent 4dc1197ba3
commit 946bf935db
1 changed files with 1 additions and 0 deletions

View File

@ -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