From af9ab9190b37e02bb4704495ac1f7cdb6ffd8ffa Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 29 Jan 2021 13:54:40 +0100 Subject: [PATCH] sd_card_bench.run: add missing braces This is a follow-up fix for "base: remove SPEC variables of boards (fix #3971)". --- repos/os/run/sd_card_bench.run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/os/run/sd_card_bench.run b/repos/os/run/sd_card_bench.run index 9d17d3a4f9..48a7c71ac3 100644 --- a/repos/os/run/sd_card_bench.run +++ b/repos/os/run/sd_card_bench.run @@ -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 + } +}