mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
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:
parent
353c382761
commit
8b2ecf4a94
914
Godeps/LICENSES
generated
914
Godeps/LICENSES
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user