summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-01-23 10:06:57 +0100
committerAndreas Kling <kling@serenityos.org>2020-01-23 10:41:07 +0100
commit15aac1f9e973848067a35b74a7091ad803151e95 (patch)
tree583cf4bad2bf96a32d7c498950c419ca9867d3d9 /Kernel
parentcf151fa0e1f18a5519883f7a358eb2330ae2685f (diff)
downloadserenity-15aac1f9e973848067a35b74a7091ad803151e95.zip
Build: Fix silly mistake in makeall.sh
Diffstat (limited to 'Kernel')
-rwxr-xr-xKernel/makeall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/makeall.sh b/Kernel/makeall.sh
index 0bf6b4fa03..1f907145cb 100755
--- a/Kernel/makeall.sh
+++ b/Kernel/makeall.sh
@@ -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