Minor typo fix

pull/13/head
E. Almqvist 4 years ago
parent e6f439748c
commit 9b32990c65
  1. 2
      start.sh

@ -6,7 +6,7 @@ start_bootloader() {
qemu-system-x86_64 $bootloader
}
if test -f "$PWD/$bootloader" then
if test -f "$PWD/$bootloader"; then
start_bootloader
else
/usr/bin/bash $PWD/compile.sh && start_bootloader

Loading…
Cancel
Save