Searched refs:vminor (Results 1 – 1 of 1) sorted by relevance
37 vminor=$(echo "$v" | cut -d"." -f 2)49 if [ "$minor" != "$vminor" ]; then echo 0; exit 0; fi59 if [ "$minor" -lt "$vminor" ]; then echo 1; exit 0; fi60 if [ "$minor" -gt "$vminor" ]; then echo 0; exit 0; fi70 if [ "$minor" -lt "$vminor" ]; then echo 1; exit 0; fi71 if [ "$minor" -gt "$vminor" ]; then echo 0; exit 0; fi80 if [ "$minor" -gt "$vminor" ]; then echo 1; exit 0; fi81 if [ "$minor" -lt "$vminor" ]; then echo 0; exit 0; fi90 if [ "$minor" -gt "$vminor" ]; then echo 1; exit 0; fi91 if [ "$minor" -lt "$vminor" ]; then echo 0; exit 0; fi