Set LC_ALL to C before proceeding.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -18,6 +18,9 @@ | ... | @@ -18,6 +18,9 @@ |
18 | 18 | ||
19 | verbose "STARTED" 1 | 19 | verbose "STARTED" 1 |
20 | 20 | ||
21 | # Make sure we use POSIX locale | ||
22 | set env(LC_ALL) "C" | ||
23 | |||
21 | proc mu_init {args} { | 24 | proc mu_init {args} { |
22 | global TOOL_EXECUTABLE | 25 | global TOOL_EXECUTABLE |
23 | global MU_TOOL | 26 | global MU_TOOL | ... | ... |
-
Please register or sign in to post a comment