sd_card_bench.run: add missing braces

This is a follow-up fix for "base: remove SPEC variables of boards (fix #3971)".
This commit is contained in:
Christian Helmuth 2021-01-29 13:54:40 +01:00 committed by Norman Feske
parent 14db22c77c
commit af9ab9190b

View File

@ -153,3 +153,5 @@ run_genode_until "--- SD card benchmark finished ---" 120
if {[have_include power_on/qemu]} {
if { [file exists $disk_image] != 0 } then {
exec rm -f $disk_image
}
}