From 95fc7aac600803a6a29e73746f9336e3a7cdf383 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 24 Apr 2009 17:00:03 +0000 Subject: Use a bigger hammer to coerce subversion into english. Patch by Benjamin Kramer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69976 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 717866e98e..86fb6e5dbb 100644 --- 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: -- cgit v1.2.3