tree.sh: tidy up check_gnu_path

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-11-15 16:57:48 +00:00
parent 7ef7e02f73
commit 1b10c072d3

View File

@@ -532,9 +532,7 @@ check_gnu_path()
if host_gcc_gnat_match "$@"; then
return 0
fi
if ! match_gcc_gnat_versions "$@"; then
elif ! match_gcc_gnat_versions "$@"; then
return 1
fi
}