1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +00:00

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 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." die "Please install QEMU version 5.0 or newer or use the Toolchain/BuildQemu.sh script."
fi fi