summaryrefslogtreecommitdiff
path: root/util/genbuild_h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-06-07 02:10:57 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-06-09 21:57:14 +0200
commit946bf935dbfcb9998e14189b3d32c555053d8137 (patch)
tree705fe2ecd7811350ec224688f0bbc7f3730389e3 /util/genbuild_h
parent4dc1197ba3aa7bc6c4c40f09f1ad19dc0d9cbaeb (diff)
downloadcoreboot-946bf935dbfcb9998e14189b3d32c555053d8137.tar.xz
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>
Diffstat (limited to 'util/genbuild_h')
-rwxr-xr-xutil/genbuild_h/genbuild_h.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/genbuild_h/genbuild_h.sh b/util/genbuild_h/genbuild_h.sh
index 84aad7ddea..be72f81f52 100755
--- a/util/genbuild_h/genbuild_h.sh
+++ b/util/genbuild_h/genbuild_h.sh
@@ -23,6 +23,7 @@ GITREV=""
TIMESOURCE=""
export LANG=C
+export LC_ALL=C
export TZ=UTC
if [ -d "${top}/.git" ] && [ -f "$(command -v git)" ]; then