Use a bigger hammer to coerce subversion into english.
authorGabor Greif <ggreif@gmail.com>
Fri, 24 Apr 2009 17:00:03 +0000 (17:00 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 24 Apr 2009 17:00:03 +0000 (17:00 +0000)
Patch by Benjamin Kramer!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69976 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 717866e98ed449960bacf14e59239a154420c958..86fb6e5dbb585f108477da988efd8f5cf56ed1ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ SVN = svn
 SVN-UPDATE-OPTIONS =
 AWK = awk
 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
-               | LANG=C xargs $(SVN) info 2>/dev/null \
+               | LC_ALL=C xargs $(SVN) info 2>/dev/null \
                | $(AWK) '/Path:\ / {print $$2}'
 
 update: