Build.sh: marked as executable

chmod +x Build.sh
This commit is contained in:
Dean Netherton
2020-02-26 07:10:24 +11:00
parent 462f786c18
commit 81c4913c72

View File

@@ -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