Commit 95bf164d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #947 from acaire/master

Fix syntax error
parents 1087b5de 09f25957
...@@ -15,7 +15,7 @@ verify_go () { ...@@ -15,7 +15,7 @@ verify_go () {
return 0 return 0
fi fi
local IFS=. local IFS=.
local i ver1="$1" ver2="$2" local i ver1=($1) ver2=($2)
for ((i=${#ver1[@]}; i<${#ver2[@]}; i++)) for ((i=${#ver1[@]}; i<${#ver2[@]}; i++))
do do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment