mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	This fixes #26526 the white space problem
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user