mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
This fixes #26526 the white space problem
This commit is contained in:
parent
9aeeef1d81
commit
ec26e62ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ while read file; do
|
|||
|
||||
# By now, the contents should be normalized and stripped of any
|
||||
# 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.
|
||||
cp "${OUTPUT}/${file}" "${OUTPUT_TMP}/${file}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue