From d065886ee68923d41927f02f6cc8a4c791f22bb9 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Thu, 28 Jan 2016 00:25:20 -0800 Subject: [PATCH] Rename empty dsk so meta wildcard dsk doesn't accidently select it --- bin/{emptydos33.dsk => emptydos33_dsk} | Bin bin/src2dsk.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{emptydos33.dsk => emptydos33_dsk} (100%) diff --git a/bin/emptydos33.dsk b/bin/emptydos33_dsk similarity index 100% rename from bin/emptydos33.dsk rename to bin/emptydos33_dsk diff --git a/bin/src2dsk.sh b/bin/src2dsk.sh index 38b5a87..d04d4a9 100755 --- a/bin/src2dsk.sh +++ b/bin/src2dsk.sh @@ -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