Add more locale exports
This commit is contained in:
parent
7260d43416
commit
11408d2de0
|
@ -3,7 +3,7 @@
|
||||||
#### OFUNCTIONS MINI SUBSET ####
|
#### OFUNCTIONS MINI SUBSET ####
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.1.4-rc1
|
_OFUNCTIONS_VERSION=2.1.4-rc1
|
||||||
_OFUNCTIONS_BUILD=2017052902
|
_OFUNCTIONS_BUILD=2017060401
|
||||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET ####
|
#### _OFUNCTIONS_BOOTSTRAP SUBSET ####
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET END ####
|
#### _OFUNCTIONS_BOOTSTRAP SUBSET END ####
|
||||||
|
@ -29,6 +29,8 @@ fi
|
||||||
|
|
||||||
## Correct output of sort command (language agnostic sorting)
|
## Correct output of sort command (language agnostic sorting)
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
export LOCALE=C
|
||||||
|
export LC_COLLATE=C
|
||||||
|
|
||||||
## Default umask for file creation
|
## Default umask for file creation
|
||||||
umask 0077
|
umask 0077
|
||||||
|
|
Loading…
Reference in New Issue