mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: abort with error if BOARD was not set
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user