Updating check for version when on devel.

This commit is contained in:
Nick Presta 2014-08-19 21:26:01 -04:00
parent 895db383c8
commit e0b6943c1c
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ verify_go () {
return 0 return 0
fi fi
if [[ "$2" == "devel" ]]; then
return 0
fi
local IFS=. local IFS=.
local i ver1=($1) ver2=($2) local i ver1=($1) ver2=($2)