typo on comment
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s

This commit is contained in:
Willem Cazander 2024-06-25 15:30:11 +02:00
parent df3cc4dfbf
commit ce24dbc406

View file

@ -16,7 +16,7 @@ MB_OPENMSX_RENDERER ?=
MB_OPENMSX_CTL_CACHE ?= ~/.openMSX/share/omsxctl MB_OPENMSX_CTL_CACHE ?= ~/.openMSX/share/omsxctl
MB_OPENMSX_SAVE_ON_EXIT ?= off MB_OPENMSX_SAVE_ON_EXIT ?= off
# TODO: create openMSX issue to control extensions from the comment line. # TODO: create openMSX issue to control extensions from the command line.
define _mb_openmsx_setup define _mb_openmsx_setup
$(if $(wildcard $(MB_OPENMSX_CTL_CACHE)),,$(call mb_mkdir,$(MB_OPENMSX_CTL_CACHE))) $(if $(wildcard $(MB_OPENMSX_CTL_CACHE)),,$(call mb_mkdir,$(MB_OPENMSX_CTL_CACHE)))
$(call mb_msxhub_file,$(MB_OPENMSX_CTL_CACHE),OMSXCTL/1.0-1/get/OMSXCTL/omsxctl.tcl) $(call mb_msxhub_file,$(MB_OPENMSX_CTL_CACHE),OMSXCTL/1.0-1/get/OMSXCTL/omsxctl.tcl)