forked from ungleich-public/cdist
		
	only diff parameters ?
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								4d2e03b966
							
						
					
				
			
			
				commit
				
					
						b20a50899a
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -154,7 +154,8 @@ __cdist_object_dir="$(__cdist_object_dir "$__cdist_object_self")" | ||||||
| if [ -e "${__cdist_object_dir}" ]; then | if [ -e "${__cdist_object_dir}" ]; then | ||||||
|    # Allow diff to fail |    # Allow diff to fail | ||||||
|    set +e |    set +e | ||||||
|    diff -ru "${__cdist_new_object_dir}" "${__cdist_object_dir}" \ |    diff -ru "${__cdist_new_object_dir}/${__cdist_name_parameter}" \ | ||||||
|  |       "${__cdist_object_dir}/${__cdist_name_parameter}" \ | ||||||
|       > "$__cdist_tmp_file"; ret=$? |       > "$__cdist_tmp_file"; ret=$? | ||||||
|    set -e |    set -e | ||||||
|     |     | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue