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