mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
sculpt_image.run: fix var name in assert_run_arg
This commit is contained in:
parent
b609411e76
commit
dc8fcc254d
@ -23,7 +23,7 @@ proc assert_include { include } {
|
||||
proc assert_run_arg { arg_name } {
|
||||
global argv
|
||||
if {[lsearch $argv $arg_name] == -1} {
|
||||
puts stderr "missing run-tool argument: $arg"
|
||||
puts stderr "missing run-tool argument: $arg_name"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user