subversion: use LANG=C to prevent regex failures
Fixes bug GH-5549.
This commit is contained in:
parent
332d3d6a0e
commit
0f2bc0dad8
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Subversion(object):
|
|||
|
||||
def _exec(self, args):
|
||||
bits = [
|
||||
'LANG=C',
|
||||
self.svn_path,
|
||||
'--non-interactive',
|
||||
'--trust-server-cert',
|
||||
|
|
Loading…
Reference in a new issue