Use C local

This commit is contained in:
Florent 2013-08-02 23:34:20 +02:00
commit 7e6c4f0bf9
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,7 @@ fi
VERSION=$1
export LANG=C
mv ChangeLog ChangeLog.old
echo -e "Weboob $VERSION (`date +%Y-%m-%d`)\n\t \n\n" > ChangeLog
cat ChangeLog.old >> ChangeLog

View file

@ -3,6 +3,9 @@
# stop on failure
set -e
# Use C local to avoid local dates in headers
export LANG=C
[ -z "${TMPDIR}" ] && TMPDIR="/tmp"
# do not allow undefined variables anymore