mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
tree.sh: tidy up check_gnu_path
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -532,9 +532,7 @@ check_gnu_path()
|
|||||||
|
|
||||||
if host_gcc_gnat_match "$@"; then
|
if host_gcc_gnat_match "$@"; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
elif ! match_gcc_gnat_versions "$@"; then
|
||||||
|
|
||||||
if ! match_gcc_gnat_versions "$@"; then
|
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user