diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 5c18f03..9bb9290 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -3,7 +3,7 @@ #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1 -_OFUNCTIONS_BUILD=2017052902 +_OFUNCTIONS_BUILD=2017060401 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -29,6 +29,8 @@ fi ## Correct output of sort command (language agnostic sorting) export LC_ALL=C +export LOCALE=C +export LC_COLLATE=C ## Default umask for file creation umask 0077