Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add LC_COLLATE env variable to contacts-from-sf.sh ukf-meta#321
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
@@ -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"

0 comments on commit 35aad9c

Please sign in to comment.