Meta: Add missing quotes in Meta/run.sh

This commit is contained in:
Gunnar Beutner 2021-07-03 17:16:32 +02:00 committed by Andreas Kling
parent 4fce72a967
commit de152832be

View file

@ -59,7 +59,7 @@ fi
fi
}
if ! command -v $SERENITY_QEMU_BIN >/dev/null 2>&1 ; then
if ! command -v "$SERENITY_QEMU_BIN" >/dev/null 2>&1 ; then
die "Please install QEMU version 5.0 or newer or use the Toolchain/BuildQemu.sh script."
fi