mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
This fixes #26526 the white space problem
This commit is contained in:
parent
9aeeef1d81
commit
ec26e62ec3
@ -95,7 +95,7 @@ while read file; do
|
|||||||
|
|
||||||
# By now, the contents should be normalized and stripped of any
|
# By now, the contents should be normalized and stripped of any
|
||||||
# auto-managed content.
|
# auto-managed content.
|
||||||
if diff -Bw >/dev/null <(echo "${original}") <(echo "${generated}"); then
|
if diff -B >/dev/null <(echo "${original}") <(echo "${generated}"); then
|
||||||
# actual contents same, overwrite generated with original.
|
# actual contents same, overwrite generated with original.
|
||||||
cp "${OUTPUT}/${file}" "${OUTPUT_TMP}/${file}"
|
cp "${OUTPUT}/${file}" "${OUTPUT_TMP}/${file}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user