summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/atm3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/atm3')
-rw-r--r--etc/rc.d/atm32
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/atm3 b/etc/rc.d/atm3
index 88e4354..1c53c7f 100644
--- a/etc/rc.d/atm3
+++ b/etc/rc.d/atm3
@@ -148,7 +148,7 @@ atm_pass2() {
netindx=0
while [ ${netindx} -lt ${netcnt} ]; do
net="${netname}${netindx}"
- netindx=`expr ${netindx} + 1`
+ netindx=$((${netindx} + 1))
echo -n " ${net}"
# Configure atmarp server
OpenPOWER on IntegriCloud