mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Build: Fix silly mistake in makeall.sh
This commit is contained in:
parent
cf151fa0e1
commit
15aac1f9e9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [ "$(uname -s)" = "OpenBSD" ]; then
|
||||||
MAKE=gmake
|
MAKE=gmake
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $fast_mode = 1 ]; then
|
if [ "$fast_mode" = "1" ]; then
|
||||||
$MAKE -C ../ && \
|
$MAKE -C ../ && \
|
||||||
$MAKE -C ../ install &&
|
$MAKE -C ../ install &&
|
||||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue