summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/apipa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/apipa.sh b/net/apipa.sh
index ae61233..a4aee8a 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