mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Use LC_ALL=C when calling sort
This commit is contained in:
parent
31903c8bb1
commit
c8d3a06223
@ -184,7 +184,7 @@ cat ${KUBE_ROOT}/LICENSE
|
||||
|
||||
# Loop through every package in Godeps.json
|
||||
for PACKAGE in $(cat Godeps/Godeps.json |\
|
||||
jq -r ".Deps[].ImportPath" |sort -f); do
|
||||
jq -r ".Deps[].ImportPath" | LC_ALL=C sort -f); do
|
||||
|
||||
process_content ${PACKAGE} LICENSE
|
||||
process_content ${PACKAGE} COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user