Skip to content

Commit

Permalink
Meta: Add missing quotes in Meta/run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner authored and awesomekling committed Jul 3, 2021
1 parent 4fce72a commit de15283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de15283

Please sign in to comment.