Browse Source

Merge pull request #93 from wwarthen/master

Update Build.sh
pull/103/head
b1ackmai1er 6 years ago
committed by GitHub
parent
commit
31372884ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/HBIOS/Build.sh

2
Source/HBIOS/Build.sh

@ -124,7 +124,7 @@ if [ -d ../RomDsk/$platform ] ; then
fi
echo "adding apps to $romdiskfile"
for i in $Apps ; do
for i in ${Apps[@]} ; do
set +e
f=$(../../Tools/unix/casefn.sh ../../Binary/Apps/$i.com)
set -e

Loading…
Cancel
Save