mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Meta: Add missing quotes in Meta/run.sh
This commit is contained in:
parent
4fce72a967
commit
de152832be
Notes:
sideshowbarker
2024-07-18 11:02:54 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/de152832bef Pull-request: https://github.com/SerenityOS/serenity/pull/8405
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…
Add table
Reference in a new issue