mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-21 12:30:54 +00:00
Rename empty dsk so meta wildcard dsk doesn't accidently select it
This commit is contained in:
parent
1ce66a6d0d
commit
d065886ee6
@ -126,7 +126,7 @@ if [ -f ${OBJ} ]; then
|
||||
|
||||
if [ ! -f ${DSK} ]; then
|
||||
echo "INFO: Using blank disk: ${DSK}"
|
||||
${COPY} emptydos33.dsk ${DSK}
|
||||
${COPY} emptydos33_dsk ${DSK}
|
||||
else
|
||||
echo "INFO: Updatig existing disk: ${DSK}"
|
||||
# If you want to keep an existing disk then you'll
|
||||
|
Loading…
Reference in New Issue
Block a user