From e15e8d69d610bd4e08c4e90bd4a4a072586e432f Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Fri, 21 Jun 2019 11:29:06 +0200 Subject: [PATCH] MON-478 fix different order on sort command --- scripts/auto_update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/auto_update.sh b/scripts/auto_update.sh index b584166..901e1eb 100755 --- a/scripts/auto_update.sh +++ b/scripts/auto_update.sh @@ -1,6 +1,9 @@ #!/bin/bash set -xueo pipefail +# MON-478 fix sort order behavior on case +export LC_COLLATE=C + source "$(dirname $0)/utils.sh" cd $(dirname $0)