From 456e9f796faf4fc0ee3ea9e7e4c224e800b50362 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 25 Jul 2012 15:23:29 +0200 Subject: [PATCH] config/options: set default language for build Signed-off-by: Stephan Raue --- config/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/options b/config/options index 67c3e47fc9..04cb2be9ee 100644 --- a/config/options +++ b/config/options @@ -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