Force "C" locale during build
Do not depend on system-local settings.
This commit is contained in:
parent
d10c0b67c2
commit
000b26c06e
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export IMG=$1
|
export IMG=$1
|
||||||
|
export LC_ALL=POSIX
|
||||||
|
|
||||||
RETCODE=0
|
RETCODE=0
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
export CLEANIMG=$1
|
export CLEANIMG=$1
|
||||||
export NAME=$2
|
export NAME=$2
|
||||||
|
export LC_ALL=POSIX
|
||||||
|
|
||||||
. ./builder_setup >/dev/null
|
. ./builder_setup >/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user