From b574faed3945965eaf8d142d9164a9d636f03afe Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 29 Feb 2020 22:36:10 -0800 Subject: [PATCH] Update 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 697354dd..62c85db4 100755 --- a/Source/HBIOS/Build.sh +++ b/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