summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-03-22 21:55:14 +0100
committerChristian Glöckner <cgloeckner@freenet.de>2016-03-22 21:58:47 +0100
commitd62e3e9e927a17c5588d9cf05506ae7ca395fb52 (patch)
tree1a42cc43f2bc13f86e1236b4bed72779e973c50e /tools
parent344be674e4aac11b201d850d6f5f5b8ec7d431c6 (diff)
Fixed date localization
Diffstat (limited to 'tools')
-rwxr-xr-xtools/add_file2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/add_file b/tools/add_file
index 1d76dc1..3cb7df8 100755
--- a/tools/add_file
+++ b/tools/add_file
@@ -27,7 +27,7 @@ function allfile() {
echo "/***************************************************************************" >> $1;
echo " * $1" >> $1;
echo " *" >> $1 ;
- echo " * `date`" >> $1;
+ echo " * `LANG=C date`" >> $1;
echo " * Copyright "`date +%Y | xargs`" $NAME" >> $1;
echo " * $EMAIL" >> $1;
echo " ****************************************************************************/" >> $1;