diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-11 01:14:28 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-11 01:14:28 +0100 |
commit | 090cf7ad541d181385d1b1a80c669af68ff22c8b (patch) | |
tree | 512d6e4ad322520bd9361bdc94607a73828cf81c /config/grub/nvme/patches/0004-prefix/0001-don-t-print-missing-prefix-errors-on-the-screen.patch | |
parent | e37779c11db42104408d6c2985d21da679df9c44 (diff) |
trees: fix bad comparison in configure_project()
we used to set cmd only to these values:
build_project
build_targets
however, now we set them to:
build_project
build_targets $@
the latter cannot be measured reliably, but
we were checking whether cmd equalled:
build_targets
now we instead check that it does not equal:
build_project
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/nvme/patches/0004-prefix/0001-don-t-print-missing-prefix-errors-on-the-screen.patch')
0 files changed, 0 insertions, 0 deletions