Generate locale-agnostic configuration date.

This commit is contained in:
Ruslan Ermilov 2005-02-16 21:02:50 +00:00
parent e7b3b699a2
commit c769f664c9

View File

@ -38,6 +38,6 @@ cat << __EOF
#define USER_NAME "`whoami`"
/* Define configuration date */
#define CONFIG_DATE "`date`"
#define CONFIG_DATE "`LC_ALL=C date`"
__EOF