[package] mac80211: fix a shell syntax error
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index ef27572..f5c94a9 100644 (file)
@@ -179,7 +179,7 @@ enable_mac80211() {
                                        if [ -n "$keymgmt" ]; then
                                                for idx in 1 2 3 4; do
                                                        local zidx
-                                                       zidx = $((idx - 1))
+                                                       zidx=$(($idx - 1))
                                                        config_get key "$vif" "key${idx}"
                                                        if [ -n "$key" ]; then
                                                                append keystring "${zidx}:${key} "
This page took 0.021855 seconds and 4 git commands to generate.