mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 12:06:00 +00:00
run: abort with error if BOARD was not set
This commit is contained in:
parent
186c35bb09
commit
cf2c9f8d88
@ -823,7 +823,7 @@ proc board { } {
|
||||
global board_var
|
||||
if {$board_var eq ""} {
|
||||
puts "Unknown platform no BOARD variable set"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
return $board_var
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user