meta-google: nftables: Fix shellcheck issues

Change-Id: Ib9a7cad110dac5852584330e6b30fd070d6866d5
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/nftables/files/nft-configure.sh b/meta-google/recipes-google/nftables/files/nft-configure.sh
index 8c8e058..c3805d9 100644
--- a/meta-google/recipes-google/nftables/files/nft-configure.sh
+++ b/meta-google/recipes-google/nftables/files/nft-configure.sh
@@ -6,7 +6,7 @@
   for file in "$dir"/*.rules; do
     basemap["${file##*/}$i"]="$file"
   done
-  let i+=1
+  (( i+=1 ))
 done
 
 rules=""