From ca6019031af96eabb471080e91374b44f176d113 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 7 Nov 2012 01:44:17 +0000 Subject: net/apipa: checkbashisms false positive. Signed-off-by: Robin H. Johnson --- net/apipa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/apipa.sh') diff --git a/net/apipa.sh b/net/apipa.sh index ae61233b..a4aee8a4 100644 --- a/net/apipa.sh +++ b/net/apipa.sh @@ -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 -- cgit v1.2.3