From 11408d2de00987a5089d0bc60ba98cd7780c0202 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 5 Jun 2017 15:03:01 +0200 Subject: [PATCH] Add more locale exports --- dev/ofunctions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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