mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +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[@]}"))
|
-maxdepth ${find_maxdepth} -type f "${find_names[@]}"))
|
||||||
done
|
done
|
||||||
# Uniquely sort the array
|
# 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
|
unset IFS
|
||||||
|
|
||||||
for f in ${local_files[@]-}; do
|
for f in ${local_files[@]-}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user