Searched refs:input_minor (Results 1 – 1 of 1) sorted by relevance
250 input_minor=$(echo $input_string | cut -d\. -f 2)257 if [ "$input_minor" -ge "$compare_minor" ]; then return $true; fi