forked from ungleich-public/cdist
		
	add comments, add -u to diff
This commit is contained in:
		
					parent
					
						
							
								cd4acde67e
							
						
					
				
			
			
				commit
				
					
						72ff48154c
					
				
			
		
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,8 @@ then
 | 
			
		|||
    script="$( cat "$__object/stdin" )"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# since stdin is not available in explorer, we pull file from target with explorer
 | 
			
		||||
 | 
			
		||||
file_from_target="$__object/explorer/file"
 | 
			
		||||
 | 
			
		||||
sed_cmd='sed'
 | 
			
		||||
| 
						 | 
				
			
			@ -23,10 +25,10 @@ then
 | 
			
		|||
    sed_cmd="$sed_cmd -E"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if echo "$script" \
 | 
			
		||||
    | "$sed_cmd" -f - "$file_from_target" \
 | 
			
		||||
    | diff "$file_from_target" - \
 | 
			
		||||
    > /dev/null
 | 
			
		||||
# do sed dry run, diff result and if no change, then there's nothing to do
 | 
			
		||||
# also redirect diff's output to stderr for debugging purposes
 | 
			
		||||
 | 
			
		||||
if echo "$script" | "$sed_cmd" -f - "$file_from_target" | diff -u "$file_from_target" - >&2
 | 
			
		||||
then
 | 
			
		||||
    exit 0
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue