On Thu, 28 Jan 2021 at 13:59, Stefan Weil <s...@weilnetz.de> wrote: > > /bin/true is missing on macOS, but simply "true" is available as a shell > builtin. > > Signed-off-by: Stefan Weil <s...@weilnetz.de>
It's also in /usr/bin/true if you happen to need a real executable rather than a builtin. Either way we shouldn't be hardcoding the path here. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM