On 14/02/2024 6:00 pm, Anthony PERARD wrote: > The `which` command is not standard, may not exist on the build host, > or may not behave as expected by the build system. It is recommended > to use `command -v` to find out if a command exist and have its path, > and it's part of a POSIX shell standard (at least, it seems to be > mandatory since IEEE Std 1003.1-2008, but was optional before). > > Signed-off-by: Anthony PERARD <[email protected]> > Tested-by: Marek Marczykowski-Górecki <[email protected]>
Acked-by: Andrew Cooper <[email protected]> I expect we want fixes tags for c8a8645f1ef (python) and 3b47bcdb6d383 (figlet). Both my fault it turns out... Happy to fix on commit. ~Andrew
