Home | History | Annotate | Download | only in scripts

Lines Matching full:then

88   if test "${version#*.}" != "${version}"; then
92 if test "${version#*.*.}" != "${version}"; then
101 if test "${min_version#*.}" != "${min_version}"; then
105 if test "${min_version#*.*.}" != "${min_version}"; then
114 if test "${max_version#*.}" != "${max_version}"; then
118 if test "${max_version#*.*.}" != "${max_version}"; then
124 if test $(($major_version)) -eq $(($min_major_version)); then
126 if test $(($minor_version)) -eq $(($min_minor_version)); then
132 if test $(($major_version)) -eq $(($max_major_version)); then
134 if test $(($minor_version)) -eq $(($max_minor_version)); then
143 if test $# -eq 0; then
161 if test -n "${do_query}"; then
208 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
237 if test -n "$do_query"; then
249 if test "$do_check_versions" = "yes"; then
256 if test "$exact_version" != ""; then