Mac OS build broken since Aug 29 :/

(commit b1dcfb03d0)
This commit is contained in:
Kartik Agaram 2021-10-31 06:02:02 -07:00
parent b221d17f03
commit 2f2871a51f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ fi
dd if=labels of=code.img seek=$DEBUG conv=notrunc status=none # keep this sync'd with abort.subx
## Font data at another well-defined location
cat font.subx |sed 's,/[^ ]*,,' |linux/hex > a.font
cat font.subx |sed 's,/[^ ]*,,' |linux/bootstrap/bootstrap run linux/hex > a.font
if [ `stat --printf="%s" a.font` -ge 262144 ] # 0x200 sectors * 512 bytes per sector (keep this sync'd with boot.subx)
then