mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Meta: Add missing quotes in Meta/run.sh
This commit is contained in:
parent
4fce72a967
commit
de152832be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue