forked from ungleich-public/cdist
		
	Fix SC2196.
This commit is contained in:
		
					parent
					
						
							
								28889ef38a
							
						
					
				
			
			
				commit
				
					
						73acb35a8a
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -28,4 +28,4 @@ else
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Accept luarocks failing if package is not known/installed
 | 
					# Accept luarocks failing if package is not known/installed
 | 
				
			||||||
luarocks list "$name" | egrep -A1 "^$name$" || exit 0
 | 
					luarocks list "$name" | grep -E -A1 "^$name$" || exit 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue