fix encoding issue

This commit is contained in:
Romain Bignon 2013-08-03 12:30:41 +02:00
commit eba6f828e3
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
set -e
# Use C local to avoid local dates in headers
export LANG=C
export LANG=en_US.utf8
# disable termcolor
export ANSI_COLORS_DISABLED=1