Force "C" locale during build

Do not depend on system-local settings.
This commit is contained in:
Marek Marczykowski-Górecki 2014-07-28 18:53:49 +02:00
parent d10c0b67c2
commit 000b26c06e
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
export IMG=$1
export LC_ALL=POSIX
RETCODE=0

View File

@ -2,6 +2,7 @@
export CLEANIMG=$1
export NAME=$2
export LC_ALL=POSIX
. ./builder_setup >/dev/null