add arguments to sub-scripts
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								fb76e81f17
							
						
					
				
			
			
				commit
				
					
						36522e2e39
					
				
			
		
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
					@ -23,8 +23,11 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. cdist-config
 | 
					. cdist-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -e
 | 
					[ $# -eq 1 ] || __cdist_usage "target"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. cdist-preprocess
 | 
					set -e
 | 
				
			||||||
. cdist-compile
 | 
					set -x
 | 
				
			||||||
. cdist-link
 | 
					
 | 
				
			||||||
 | 
					. cdist-preprocess "$1"
 | 
				
			||||||
 | 
					. cdist-compile "$1"
 | 
				
			||||||
 | 
					. cdist-link "$1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue