Use C local
This commit is contained in:
parent
fc9a503f6c
commit
7e6c4f0bf9
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue