fixed env vars

This commit is contained in:
Alexander Dobdin 2015-07-28 05:31:59 +03:00
parent a3a2b73ce9
commit 6fcbad8ee7

View File

@ -1,2 +1,6 @@
export LC_ALL=C
export LANG=C
export TERM=xterm
rm -rf info
time (./cmds.py -e 1 -d -v 2>&1 | tee cmds.log; ./getlogs.py -d -v 2>&1 | tee getlogs.log)