MON-478 fix different order on sort command
This commit is contained in:
parent
4ffe84c21c
commit
e15e8d69d6
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user