summaryrefslogtreecommitdiff
path: root/net/ifplugd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/ifplugd.sh')
-rw-r--r--net/ifplugd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifplugd.sh b/net/ifplugd.sh
index d048b61..0bcde2f 100644
--- a/net/ifplugd.sh
+++ b/net/ifplugd.sh
@@ -72,7 +72,7 @@ ifplugd_pre_start()
fi
sleep 1
[ ${timeout} -eq 0 ] && continue
- i=$((${i} + 1))
+ : $(( i += 1 ))
[ ${i} -ge ${timeout} ] && break
done