Fix indentation in bootloader recipe

This commit is contained in:
Jeremy Soller 2020-02-18 20:08:34 -07:00
parent 8ffed36842
commit e1654fdc45
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -11,7 +11,7 @@ function recipe_update {
}
function recipe_build {
nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm"
nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm"
skip=1
}