forked from ungleich-public/cdist
		
	be consistent and use __cdist_name_type_params as temp subdir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								bf94bd1aab
							
						
					
				
			
			
				commit
				
					
						a2992f0c6e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -51,7 +51,7 @@ mkdir -p "${__cdist_ddir}"
 | 
				
			||||||
echo "${__cdist_manifest}" > "${__cdist_ddir}/${__cdist_name_object_source}"
 | 
					echo "${__cdist_manifest}" > "${__cdist_ddir}/${__cdist_name_object_source}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Record parameters to subdir
 | 
					# Record parameters to subdir
 | 
				
			||||||
tempparams="${__cdist_tmp_dir}/params"
 | 
					tempparams="${__cdist_tmp_dir}/${__cdist_name_type_params}"
 | 
				
			||||||
mkdir -p "$tempparams"
 | 
					mkdir -p "$tempparams"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while [ $# -gt 0 ]; do
 | 
					while [ $# -gt 0 ]; do
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue