mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Update Build.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user