Searched refs:nt_min (Results 1 – 1 of 1) sorted by relevance
40 nt_min=74 IFS=. read -r nt_maj nt_min <<< "$vers"80 if [[ -z "$nt_min" ]]; then85 "$nt_min"148 if (( nt_maj > maj || (nt_maj == maj && nt_min >= min) )); then