Commit aee7b4a3 aee7b4a3f3dd3ea6f753b80b03ae894c16164674 by Sergey Poznyakoff

Set LC_ALL to C before proceeding.

1 parent 5b78b0db
......@@ -18,6 +18,9 @@
verbose "STARTED" 1
# Make sure we use POSIX locale
set env(LC_ALL) "C"
proc mu_init {args} {
global TOOL_EXECUTABLE
global MU_TOOL
......