Use C locale for the compilation date.

This commit is contained in:
Jilles Tjoelker 2008-08-17 22:55:57 +02:00
parent 858646f1f8
commit c08e7f2dbd
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -59,7 +59,7 @@
[?] native win32 (VS2005/VS2008)
[/] Bug fixes
[x] Compilation without zlib headers fails - fixed
[ ] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
[x] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
[ ] Improvments
[ ] ircd shouldn't need bison/byacc/yacc or flex for compilation
--- other stuff

View File

@ -19,7 +19,7 @@ generation=`expr $generation + 1`
uname=`uname -a`
creation=`date | \
creation=`LC_ALL=C date | \
awk '{if (NF == 6) \
{ print $1 " " $2 " " $3 " " $6 " at " $4 " " $5 } \
else \