Browse Source

Update Build.sh

pull/95/head
Wayne Warthen 6 years ago
parent
commit
b574faed39
  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