Error: history.tcl, 330 invoked "return" outside of a proc
This commit is contained in:
parent
2fe22364a6
commit
166f2234c8
|
|
@ -433,7 +433,7 @@ proc sta_unknown { args } {
|
|||
"ambiguous command name \"$name\": [lsort $cmds]"
|
||||
}
|
||||
} else {
|
||||
return [uplevel 1 builtin_unknown $args]
|
||||
return [uplevel 1 [builtin_unknown $args]]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue