From 81c4913c72628fd7a4a56fc33d82eb2f33d87243 Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Wed, 26 Feb 2020 07:10:24 +1100 Subject: [PATCH] Build.sh: marked as executable chmod +x Build.sh --- Source/HBIOS/Build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/Build.sh b/Source/HBIOS/Build.sh index 32fb786f..d727319e 100755 --- a/Source/HBIOS/Build.sh +++ b/Source/HBIOS/Build.sh @@ -81,7 +81,7 @@ EOF echo "checking prerequisites" for need in ../CPM22/cpm_$BIOS.bin ../ZSDOS/zsys_$BIOS.bin \ ../Forth/camel80.bin font8x11c.asm font8x11u.asm font8x16c.asm \ - font8x16u.asm font8x8c.asm font8x8u.asm ; do + font8x16u.asm font8x8c.asm font8x8u.asm ; do if [ ! -f $need ] ; then echo $need missing exit 2