[coreboot-gerrit] New patch to review for coreboot: 03afb9c genbuild_h: set LC_ALL=C to get rid of language influence to date

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sun Jun 7 02:12:57 CEST 2015


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10449

-gerrit

commit 03afb9cff6d972fd39aaebccdf2bf69b875b268f
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sun Jun 7 02:10:57 2015 +0200

    genbuild_h: set LC_ALL=C to get rid of language influence to date
    
    Change-Id: Ia0af9e332522a640dd9aaa3a62d39d691fcfa959
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 util/genbuild_h/genbuild_h.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/genbuild_h/genbuild_h.sh b/util/genbuild_h/genbuild_h.sh
index 84aad7d..be72f81 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



More information about the coreboot-gerrit mailing list