From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 14 Oct 2006 11:37:37 +0000 (+0000)
Subject: force LANG to C
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=13c1060ce2a255d1c182d4f68e8e249db4aca45d;p=openwrt%2Fstaging%2Faparcar.git

force LANG to C

SVN-Revision: 5074
---

diff --git a/Makefile b/Makefile
index 26721a3524..cc5c5b4297 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ RELEASE:=Kamikaze
 all: world
 
 SHELL:=/usr/bin/env bash
+export LC_ALL=C
+export LANG=C
 export TOPDIR=${shell pwd}
 include $(TOPDIR)/include/verbose.mk