Skip to content

Commit

Permalink
Add LC_COLLATE env variable to contacts-from-sf.sh ukf-meta#321
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Agland committed Sep 7, 2021
1 parent ed88e56 commit 35aad9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/contacts-from-sf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CSVDEST=../../ukf-data/contacts/sf-contacts.csv
CONTACTDEST=../../ukf-data/contacts/sf-contacts.txt
MGMTDEST=../../ukf-data/contacts/sf-contacts-mc.txt
TMPFILE=$(mktemp)
export LC_COLLATE="C.UTF-8"

if [ -z "$1" ]; then
echo "ERROR: No file name supplied"
Expand Down

0 comments on commit 35aad9c

Please sign in to comment.