[OpenBIOS] [PATCH] Evaluate date using C locale

Segher Boessenkool segher at kernel.crashing.org
Thu Dec 4 15:15:17 CET 2008


> This patch uses C locale to compute date for version.fs and  
> openbios-version.h instead of current locale.

You should use LC_ALL=C, not LANG=C; LANG provides a default for
all the separate locale settings that aren't otherwise set, while
LC_ALL overrides everything.


Segher




More information about the OpenBIOS mailing list