diff options
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-x | scripts/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index 38b8f071..66fdad3b 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -3,6 +3,7 @@ # Grab default values for $CFLAGS and such. export LANG=c +export LC_ALL=C source ./configure [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=".config" |