diff --git a/tool/run/run b/tool/run/run index 4e08e8e708..43f27c4ec5 100755 --- a/tool/run/run +++ b/tool/run/run @@ -44,6 +44,8 @@ proc assert_spec {spec} { # proc build {targets} { + if {[llength $targets] == 0} return + if {[get_cmd_switch --skip-build]} return regsub -all {\s\s+} $targets " " targets