On Thu, 28 Jan 2021 at 13:59, Stefan Weil <[email protected]> wrote: > > /bin/true is missing on macOS, but simply "true" is available as a shell > builtin. > > Signed-off-by: Stefan Weil <[email protected]>
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 <[email protected]> thanks -- PMM
