Use LC_ALL=C with the other sort call in update-godep-licenses.sh

Also update LICENSES based on this ordering.
This commit is contained in:
Jeff Grafton 2016-03-11 17:29:51 -08:00
parent 353c382761
commit 8b2ecf4a94
2 changed files with 820 additions and 96 deletions

914
Godeps/LICENSES generated

File diff suppressed because it is too large Load Diff

View File

@ -116,7 +116,7 @@ process_content () {
-maxdepth ${find_maxdepth} -type f "${find_names[@]}"))
done
# Uniquely sort the array
IFS=$'\n' local_files=($(sort -u <<<"${local_files[*]-}"))
IFS=$'\n' local_files=($(LC_ALL=C sort -u <<<"${local_files[*]-}"))
unset IFS
for f in ${local_files[@]-}; do