Browse Source

fixed _get_root() function

Ne-Lexa 6 years ago
parent
commit
a207199879
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_internetbs.sh

+ 1 - 1
dnsapi/dns_internetbs.sh

@@ -137,7 +137,7 @@ _get_root() {
         return 0
       fi
 
-      p=i
+      p=${i}
       i=$(_math "$i" + 1)
     done
   fi