Use C local
This commit is contained in:
parent
fc9a503f6c
commit
7e6c4f0bf9
2 changed files with 4 additions and 0 deletions
|
|
@ -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