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)