MON-478 fix different order on sort command

This commit is contained in:
Quentin Manfroi 2019-06-21 11:29:06 +02:00
parent 4ffe84c21c
commit e15e8d69d6

View File

@ -1,6 +1,9 @@
#!/bin/bash #!/bin/bash
set -xueo pipefail set -xueo pipefail
# MON-478 fix sort order behavior on case
export LC_COLLATE=C
source "$(dirname $0)/utils.sh" source "$(dirname $0)/utils.sh"
cd $(dirname $0) cd $(dirname $0)