net/apipa: checkbashisms false positive.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2012-11-07 01:44:17 +00:00
parent 4ec1edc1f8
commit ca6019031a

View File

@ -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