mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
tree.sh: tidy up check_gnu_path
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user