force LANG to C

SVN-Revision: 5074
This commit is contained in:
Felix Fietkau 2006-10-14 11:37:37 +00:00
parent e735d75cb9
commit 13c1060ce2

View File

@ -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