ping: exit run script on not supported platforms

Fixes #2756.
This commit is contained in:
Josef Söntgen 2018-04-11 14:28:28 +02:00 committed by Christian Helmuth
parent 1261c18ce9
commit 505ff0bb11
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
if {![have_include power_on/qemu]} {
puts "Run script is only supported on Qemu"
return 0
exit 0
}
set build_components {

View File

@ -4,7 +4,7 @@
if {![have_include power_on/qemu]} {
puts "Run script is only supported on Qemu"
return 0
exit 0
}
set build_components {