Index: misc/flopvbl.sh
===================================================================
--- misc/flopvbl.sh	(revision ad89950cbfd099ce8cf70cc01f6f25bd773d67f5)
+++ misc/flopvbl.sh	(revision 53a8288483c503eb60a565e3d2d516cc55f830d4)
@@ -1,5 +1,11 @@
 # Check, whether FLOPVBL == flopvbl and FLOCK == flock. If yes, then COUNT == 2.
 
-COUNT=$(m68k-none-elf-objdump --syms bios.elf |
+OBJD=${1}
+
+if [ -z "${OBJD}" ]; then
+	OBJD=m68k-none-elf-objdump
+fi
+
+COUNT=$(${OBJD} --syms bios.elf |
                grep -i -e flopvbl -e flock |
                cut -c -8 |
