Commit e4d6a157 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: Fix slight bash error

parent 7cc58436
......@@ -15,7 +15,7 @@ verify_go () {
return 0
fi
local IFS=.
local i ver1=($1) ver2=($2)
local i ver1="$1" ver2="$2"
for ((i=${#ver1[@]}; i<${#ver2[@]}; i++))
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