prefix error messages with Error:
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1cfdc6886f
							
						
					
				
			
			
				commit
				
					
						e7f7a88357
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -160,7 +160,7 @@ __cdist_exec_fail_on_error()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__cdist_exit_err()
 | 
					__cdist_exit_err()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
   echo "$@" >&2
 | 
					   echo "Error: $@" >&2
 | 
				
			||||||
   exit 1
 | 
					   exit 1
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue