Loading
build-support/vm: Fix missing sleep command
The sleep command is not a bash built-in, so when a VM does not have
coreutils in their PATH this script will break. The fix is to refer to
it directly.
Signed-off-by:
Marcel Müller <neikos@neikos.email>