tool/run: avoid error if init.xsd is missing

Issue #4073
This commit is contained in:
Tomasz Gajewski 2021-04-14 10:08:57 +02:00 committed by Norman Feske
parent 421d2bed40
commit 507a7789fb

View File

@ -241,6 +241,7 @@ proc build_boot_image {binaries} {
}
}
# determine which XSD file to use for the init config
set init_xsd_file ""
foreach xsd_file $xsd_files {
set filename [file tail $xsd_file]
if {$filename == "init.xsd"} {