mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
fixed build
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# fail on any error
|
||||
set -e
|
||||
|
||||
CPMCP=../../Tools/`uname`/cpmcp
|
||||
|
||||
# positional arguments
|
||||
@@ -99,7 +102,7 @@ fi
|
||||
echo "adding apps to $romdiskfile"
|
||||
for i in assign fdu format mode osldr rtc survey syscopy sysgen talk timer xm inttest ; do
|
||||
f=$(../../Tools/unix/casefn.sh ../../Binary/Apps/$i.com)
|
||||
if [ "$f" = "nofile" ] ; then
|
||||
if [ -z "$f" ] ; then
|
||||
echo " " $i "not found"
|
||||
else
|
||||
echo " " $f
|
||||
|
||||
Reference in New Issue
Block a user