9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a34ec0f8acc8d8c1c712ae82e931c9c8d6eea1f7
parent c7564c9bdf15397e0cf80f15902700194c9d4f0e
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date:   Fri, 11 Nov 2022 17:35:29 +0100

build: Fix name of the executable for hosted

Diffstat:
Mscripts/host.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/host.sh b/scripts/host.sh @@ -7,4 +7,4 @@ trap 'stty $stty' EXIT HUP INT TERM cd bin stty -echo raw min 1 -./romfw.elf +./9hosted.elf