config/options: set default language for build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-25 15:23:29 +02:00
parent 2e61f53880
commit 456e9f796f

View File

@ -1,3 +1,6 @@
# set default language for buildsystem
export LC_ALL=C
# determines PROJECT, if not forced by user
# default is Generic
if [ -z "$PROJECT" ]; then