mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
sculpt_image.run: fix var name in assert_run_arg
This commit is contained in:
committed by
Christian Helmuth
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user