net/apipa: checkbashisms false positive.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
		@@ -8,7 +8,7 @@ apipa_depend()
 | 
			
		||||
 | 
			
		||||
_random()
 | 
			
		||||
{
 | 
			
		||||
	local r=${RANDOM}
 | 
			
		||||
	local r=${RANDOM} # checkbashisms: false positive, we handle it AFTERWARDS
 | 
			
		||||
	if [ -n "${r}" ]; then
 | 
			
		||||
		echo "${r}"
 | 
			
		||||
	else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user