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

Build: Fix silly mistake in makeall.sh

This commit is contained in:
Andreas Kling 2020-01-23 10:06:57 +01:00
parent cf151fa0e1
commit 15aac1f9e9

View file

@ -24,7 +24,7 @@ if [ "$(uname -s)" = "OpenBSD" ]; then
MAKE=gmake
fi
if [ $fast_mode = 1 ]; then
if [ "$fast_mode" = "1" ]; then
$MAKE -C ../ && \
$MAKE -C ../ install &&
sudo -E PATH="$PATH" ./build-image-qemu.sh